Html Css Color HEX #A87012 Golden Brown

📋 copy color: '#A87012'

red 168 ◦ green 112 ◦ blue 18

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

Shades of Golden Brown #A87012

Tints of Golden Brown #A87012

RGB

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

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

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

R = 56.38%
G = 37.58%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A87012 (or 0xA87012) is known color: Golden Brown. HEX triplet: A8, 70 and 12. RGB value is (168,112,18). Sum of RGB (Red+Green+Blue) = 168+112+18=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A87012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87012 is #578FED. Grayscale: #767676. Windows color (decimal): -5738478 or 1208488. OLE color: 1208488.

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

Color convert

RGB 168 112 18 -
CMYK 0 0.33 0.89 0.34
HSL 37.6º 0.81% 0.36% -
HSV(B) 37.6º 0.89% 0.66% -
XYZ 22.05 19.96 3.26 -
YUV 118.03 71.55 163.64 -
System Red Green Blue C M Y K H S L
Decimal 168 112 18 0 0.33 0.89 0.34 37.6 0.81 0.36
Hex A8 70 12 0 21 59 22 26 51 24
Octal 250 160 22 0 41 131 42 46 121 44
Binary 10101000 1110000 10010 0 100001 1011001 100010 100110 1010001 100100

Color Harmonies of #A87012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87012

Black with #A87012

Text Example


Text Example

White with #A87012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87012; }

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

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

background-color css

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

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

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

border-color css

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

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

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