Html Css Color HEX #A87416 Golden Brown

📋 copy color: '#A87416'

red 168 ◦ green 116 ◦ blue 22

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

Shades of Golden Brown #A87416

Tints of Golden Brown #A87416

RGB

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

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

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

R = 54.9%
G = 37.91%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A87416 (or 0xA87416) is known color: Golden Brown. HEX triplet: A8, 74 and 16. RGB value is (168,116,22). Sum of RGB (Red+Green+Blue) = 168+116+22=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A87416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87416 is #578BE9. Grayscale: #797979. Windows color (decimal): -5737450 or 1471656. OLE color: 1471656.

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

Color convert

RGB 168 116 22 -
CMYK 0 0.31 0.87 0.34
HSL 38.63º 0.77% 0.37% -
HSV(B) 38.63º 0.87% 0.66% -
XYZ 22.54 20.87 3.6 -
YUV 120.83 72.23 161.64 -
System Red Green Blue C M Y K H S L
Decimal 168 116 22 0 0.31 0.87 0.34 38.63 0.77 0.37
Hex A8 74 16 0 1F 57 22 27 4D 25
Octal 250 164 26 0 37 127 42 47 115 45
Binary 10101000 1110100 10110 0 11111 1010111 100010 100111 1001101 100101

Color Harmonies of #A87416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87416

Black with #A87416

Text Example


Text Example

White with #A87416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87416; }

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

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

background-color css

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

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

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

border-color css

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

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

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