Html Css Color HEX #A67012 Golden Brown

📋 copy color: '#A67012'

red 166 ◦ green 112 ◦ blue 18

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

Shades of Golden Brown #A67012

Tints of Golden Brown #A67012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.08%

R = 56.08%
G = 37.84%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A67012 (or 0xA67012) is known color: Golden Brown. HEX triplet: A6, 70 and 12. RGB value is (166,112,18). Sum of RGB (Red+Green+Blue) = 166+112+18=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A67012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67012 is #598FED. Grayscale: #757575. Windows color (decimal): -5869550 or 1208486. OLE color: 1208486.

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

Color convert

RGB 166 112 18 -
CMYK 0 0.33 0.89 0.35
HSL 38.11º 0.8% 0.36% -
HSV(B) 38.11º 0.89% 0.65% -
XYZ 21.63 19.74 3.24 -
YUV 117.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 166 112 18 0 0.33 0.89 0.35 38.11 0.8 0.36
Hex A6 70 12 0 21 59 23 26 50 24
Octal 246 160 22 0 41 131 43 46 120 44
Binary 10100110 1110000 10010 0 100001 1011001 100011 100110 1010000 100100

Color Harmonies of #A67012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67012

Black with #A67012

Text Example


Text Example

White with #A67012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67012; }

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

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

background-color css

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

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

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

border-color css

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

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

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