Html Css Color HEX #A87316 Golden Brown

📋 copy color: '#A87316'

red 168 ◦ green 115 ◦ blue 22

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

Shades of Golden Brown #A87316

Tints of Golden Brown #A87316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.7%

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

R = 55.08%
G = 37.7%
B = 7.21%

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

#A87316 (or 0xA87316) is known color: Golden Brown. HEX triplet: A8, 73 and 16. RGB value is (168,115,22). Sum of RGB (Red+Green+Blue) = 168+115+22=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A87316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87316 is #578CE9. Grayscale: #787878. Windows color (decimal): -5737706 or 1471400. OLE color: 1471400.

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

Color convert

RGB 168 115 22 -
CMYK 0 0.32 0.87 0.34
HSL 38.22º 0.77% 0.37% -
HSV(B) 38.22º 0.87% 0.66% -
XYZ 22.42 20.64 3.56 -
YUV 120.25 72.56 162.06 -
System Red Green Blue C M Y K H S L
Decimal 168 115 22 0 0.32 0.87 0.34 38.22 0.77 0.37
Hex A8 73 16 0 20 57 22 26 4D 25
Octal 250 163 26 0 40 127 42 46 115 45
Binary 10101000 1110011 10110 0 100000 1010111 100010 100110 1001101 100101

Color Harmonies of #A87316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87316

Black with #A87316

Text Example


Text Example

White with #A87316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87316; }

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

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

background-color css

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

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

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

border-color css

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

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

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