Html Css Color HEX #A96716 Golden Brown

📋 copy color: '#A96716'

red 169 ◦ green 103 ◦ blue 22

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

Shades of Golden Brown #A96716

Tints of Golden Brown #A96716

RGB

 RED value IS 169 (66.41% from 255) = 57.48%

 GREEN value IS 103 (40.63% from 255) = 35.03%

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

R = 57.48%
G = 35.03%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A96716 (or 0xA96716) is known color: Golden Brown. HEX triplet: A9, 67 and 16. RGB value is (169,103,22). Sum of RGB (Red+Green+Blue) = 169+103+22=294 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.48% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 169 - color contains mainly: red. Hex color #A96716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96716 is #5698E9. Grayscale: #717171. Windows color (decimal): -5675242 or 1468329. OLE color: 1468329.

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

Color convert

RGB 169 103 22 -
CMYK 0 0.39 0.87 0.34
HSL 33.06º 0.77% 0.37% -
HSV(B) 33.06º 0.87% 0.66% -
XYZ 21.36 18.19 3.15 -
YUV 113.5 76.37 167.59 -
System Red Green Blue C M Y K H S L
Decimal 169 103 22 0 0.39 0.87 0.34 33.06 0.77 0.37
Hex A9 67 16 0 27 57 22 21 4D 25
Octal 251 147 26 0 47 127 42 41 115 45
Binary 10101001 1100111 10110 0 100111 1010111 100010 100001 1001101 100101

Color Harmonies of #A96716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96716

Black with #A96716

Text Example


Text Example

White with #A96716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96716; }

 p { color: rgb(169,103,22); }

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

background-color css

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

 a { background-color: rgb(169,103,22); }

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

border-color css

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

 span { border-color: rgb(169,103,22); }

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