Html Css Color HEX #A87016 Golden Brown

📋 copy color: '#A87016'

red 168 ◦ green 112 ◦ blue 22

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

Shades of Golden Brown #A87016

Tints of Golden Brown #A87016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.28%

R = 55.63%
G = 37.09%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A87016 (or 0xA87016) is known color: Golden Brown. HEX triplet: A8, 70 and 16. RGB value is (168,112,22). Sum of RGB (Red+Green+Blue) = 168+112+22=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A87016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87016 is #578FE9. Grayscale: #767676. Windows color (decimal): -5738474 or 1470632. OLE color: 1470632.

HSL color Cylindrical-coordinate representation of color #A87016: hue angle of 36.99º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A87016 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 112 22 -
CMYK 0 0.33 0.87 0.34
HSL 36.99º 0.77% 0.37% -
HSV(B) 36.99º 0.87% 0.66% -
XYZ 22.09 19.97 3.45 -
YUV 118.48 73.55 163.32 -
System Red Green Blue C M Y K H S L
Decimal 168 112 22 0 0.33 0.87 0.34 36.99 0.77 0.37
Hex A8 70 16 0 21 57 22 25 4D 25
Octal 250 160 26 0 41 127 42 45 115 45
Binary 10101000 1110000 10110 0 100001 1010111 100010 100101 1001101 100101

Color Harmonies of #A87016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87016

Black with #A87016

Text Example


Text Example

White with #A87016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87016; }

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

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

background-color css

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

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

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

border-color css

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

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

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