Html Css Color HEX #A67412 Golden Brown

📋 copy color: '#A67412'

red 166 ◦ green 116 ◦ blue 18

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

Shades of Golden Brown #A67412

Tints of Golden Brown #A67412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.67%

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

R = 55.33%
G = 38.67%
B = 6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A67412 (or 0xA67412) is known color: Golden Brown. HEX triplet: A6, 74 and 12. RGB value is (166,116,18). Sum of RGB (Red+Green+Blue) = 166+116+18=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A67412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67412 is #598BED. Grayscale: #787878. Windows color (decimal): -5868526 or 1209510. OLE color: 1209510.

HSL color Cylindrical-coordinate representation of color #A67412: hue angle of 39.73º 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 #A67412 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 116 18 -
CMYK 0 0.30 0.89 0.35
HSL 39.73º 0.8% 0.36% -
HSV(B) 39.73º 0.89% 0.65% -
XYZ 22.08 20.64 3.39 -
YUV 119.78 70.57 160.97 -
System Red Green Blue C M Y K H S L
Decimal 166 116 18 0 0.30 0.89 0.35 39.73 0.8 0.36
Hex A6 74 12 0 1E 59 23 28 50 24
Octal 246 164 22 0 36 131 43 50 120 44
Binary 10100110 1110100 10010 0 11110 1011001 100011 101000 1010000 100100

Color Harmonies of #A67412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67412

Black with #A67412

Text Example


Text Example

White with #A67412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67412; }

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

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

background-color css

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

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

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

border-color css

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

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

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