Html Css Color HEX #A87216 Golden Brown

📋 copy color: '#A87216'

red 168 ◦ green 114 ◦ blue 22

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

Shades of Golden Brown #A87216

Tints of Golden Brown #A87216

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.5%

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

R = 55.26%
G = 37.5%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A87216 (or 0xA87216) is known color: Golden Brown. HEX triplet: A8, 72 and 16. RGB value is (168,114,22). Sum of RGB (Red+Green+Blue) = 168+114+22=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A87216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87216 is #578DE9. Grayscale: #787878. Windows color (decimal): -5737962 or 1471144. OLE color: 1471144.

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

Color convert

RGB 168 114 22 -
CMYK 0 0.32 0.87 0.34
HSL 37.81º 0.77% 0.37% -
HSV(B) 37.81º 0.87% 0.66% -
XYZ 22.31 20.42 3.52 -
YUV 119.66 72.89 162.48 -
System Red Green Blue C M Y K H S L
Decimal 168 114 22 0 0.32 0.87 0.34 37.81 0.77 0.37
Hex A8 72 16 0 20 57 22 26 4D 25
Octal 250 162 26 0 40 127 42 46 115 45
Binary 10101000 1110010 10110 0 100000 1010111 100010 100110 1001101 100101

Color Harmonies of #A87216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87216

Black with #A87216

Text Example


Text Example

White with #A87216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87216; }

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

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

background-color css

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

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

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

border-color css

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

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

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