Html Css Color HEX #A87412 Golden Brown

📋 copy color: '#A87412'

red 168 ◦ green 116 ◦ blue 18

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

Shades of Golden Brown #A87412

Tints of Golden Brown #A87412

RGB

 RED value IS 168 (66.02% from 255) = 55.63%

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

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

R = 55.63%
G = 38.41%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A87412 (or 0xA87412) is known color: Golden Brown. HEX triplet: A8, 74 and 12. RGB value is (168,116,18). Sum of RGB (Red+Green+Blue) = 168+116+18=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A87412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87412 is #578BED. Grayscale: #787878. Windows color (decimal): -5737454 or 1209512. OLE color: 1209512.

HSL color Cylindrical-coordinate representation of color #A87412: hue angle of 39.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A87412 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 116 18 -
CMYK 0 0.31 0.89 0.34
HSL 39.2º 0.81% 0.36% -
HSV(B) 39.2º 0.89% 0.66% -
XYZ 22.5 20.86 3.41 -
YUV 120.38 70.23 161.97 -
System Red Green Blue C M Y K H S L
Decimal 168 116 18 0 0.31 0.89 0.34 39.2 0.81 0.36
Hex A8 74 12 0 1F 59 22 27 51 24
Octal 250 164 22 0 37 131 42 47 121 44
Binary 10101000 1110100 10010 0 11111 1011001 100010 100111 1010001 100100

Color Harmonies of #A87412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87412

Black with #A87412

Text Example


Text Example

White with #A87412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87412; }

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

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

background-color css

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

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

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

border-color css

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

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

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