Html Css Color HEX #A67006 Golden Brown

📋 copy color: '#A67006'

red 166 ◦ green 112 ◦ blue 6

#A67006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A67006

Tints of Golden Brown #A67006

RGB

 RED value IS 166 (65.23% from 255) = 58.45%

 GREEN value IS 112 (44.14% from 255) = 39.44%

 BLUE value IS 6 (2.73% from 255) = 2.11%

R = 58.45%
G = 39.44%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A67006 (or 0xA67006) is known color: Golden Brown. HEX triplet: A6, 70 and 06. RGB value is (166,112,6). Sum of RGB (Red+Green+Blue) = 166+112+6=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A67006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67006 is #598FF9. Grayscale: #747474. Windows color (decimal): -5869562 or 422054. OLE color: 422054.

HSL color Cylindrical-coordinate representation of color #A67006: hue angle of 39.75º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A67006 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 112 6 -
CMYK 0 0.33 0.96 0.35
HSL 39.75º 0.93% 0.34% -
HSV(B) 39.75º 0.96% 0.65% -
XYZ 21.55 19.71 2.84 -
YUV 116.06 65.89 163.62 -
System Red Green Blue C M Y K H S L
Decimal 166 112 6 0 0.33 0.96 0.35 39.75 0.93 0.34
Hex A6 70 6 0 21 60 23 28 5D 22
Octal 246 160 6 0 41 140 43 50 135 42
Binary 10100110 1110000 110 0 100001 1100000 100011 101000 1011101 100010

Color Harmonies of #A67006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67006

Black with #A67006

Text Example


Text Example

White with #A67006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67006; }

 p { color: rgb(166,112,6); }

 H1.HeaderClassName
 {
   color: #A67006;
 }
 .AnyTagClassName
 {
   color: #A67006;
 }
</style>

background-color css

<style>
 a { background-color: #A67006; }

 a { background-color: rgb(166,112,6); }

 div.DivClassName
 {
   background-color: #A67006;
 }
 .BgClassName
 {
   background-color: #A67006;
 }
</style>

border-color css

<style>
 span { border-color: #A67006; }

 span { border-color: rgb(166,112,6); }

 td.TdClassName
 {
   border-color: #A67006;
 }
 .TagClassName
 {
   border-color: #A67006;
 }
</style>