Html Css Color HEX #A67008 Golden Brown

📋 copy color: '#A67008'

red 166 ◦ green 112 ◦ blue 8

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

Shades of Golden Brown #A67008

Tints of Golden Brown #A67008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.8%

R = 58.04%
G = 39.16%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A67008 (or 0xA67008) is known color: Golden Brown. HEX triplet: A6, 70 and 08. RGB value is (166,112,8). Sum of RGB (Red+Green+Blue) = 166+112+8=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A67008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67008 is #598FF7. Grayscale: #747474. Windows color (decimal): -5869560 or 553126. OLE color: 553126.

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

Color convert

RGB 166 112 8 -
CMYK 0 0.33 0.95 0.35
HSL 39.49º 0.91% 0.34% -
HSV(B) 39.49º 0.95% 0.65% -
XYZ 21.56 19.71 2.9 -
YUV 116.29 66.89 163.46 -
System Red Green Blue C M Y K H S L
Decimal 166 112 8 0 0.33 0.95 0.35 39.49 0.91 0.34
Hex A6 70 8 0 21 5F 23 27 5B 22
Octal 246 160 10 0 41 137 43 47 133 42
Binary 10100110 1110000 1000 0 100001 1011111 100011 100111 1011011 100010

Color Harmonies of #A67008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67008

Black with #A67008

Text Example


Text Example

White with #A67008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67008; }

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

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

background-color css

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

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

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

border-color css

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

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

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