Color Hex Logo

#a67338 Color Hex

#A67338
(166,115,56)
0 Favorites   0 Comments

Color spaces of #a67338

RGB 16611556
HSL0.090.500.44
HSV32°66°65°
CMYK 0.000.310.66   0.35
XYZ22.570420.65406.5384
Yxy20.65400.45360.4150
Hunter Lab45.44679.117623.2826
CIE-Lab52.568714.070839.9029

#a67338 color RGB value is (166,115,56).

#a67338 hex color red value is 166, green value is 115 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #a67338 hue: 0.09 , saturation: 0.50 and the lightness value of a67338 is 0.44.

The process color (four color CMYK) of #a67338 color hex is 0.00, 0.31, 0.66, 0.35. Web safe color of #a67338 is #996633. Color #a67338 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110011 00111000
Octal 246 163 70
Decimal 166 115 56
Hex A6 73 38

RGB Percentages of Color #a67338

%49.26
%34.12
%16.62

CMYK Percentages of Color #a67338

%0
%31
%66
%35

Triadic Colors of #a67338

#a67338 #38a673 #7338a6

Analogous Colors of #a67338

#a67338 #a2a638 #a63c38

Monochromatic Colors of #a67338

#a67338

Complementary Color

#a67338 #386ba6

#a67338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67338 Color CSS Codes

.mybgcolor {background-color:#a67338; } 
.myforecolor {color:#a67338; }
.mybordercolor {border:3px solid #a67338; }

#a67338 Text Font Color

<p style="color:#a67338">Text here</p>

This sample text font color is #a67338
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a67338 Background Color

<div style="background-color:#a67338">
Div content here</div>

This div background color is #a67338


#a67338 Border Color

<div style="border:3px solid #a67338">
Div here</div>

This div border color is #a67338


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,115,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a67338; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a67338;
  -webkit-box-shadow: 1px 1px 3px 2px #a67338;
  box-shadow:         1px 1px 3px 2px #a67338; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,115,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a67338">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a67338;
  -webkit-box-shadow: 1px 1px 3px 2px #a67338;
  box-shadow:         1px 1px 3px 2px #a67338;">
Div content here</div>

This div box has shadow with color #a67338


Comments

No comments written yet.

Please login to write comment.