Html Css Color HEX #A96B16 Golden Brown

📋 copy color: '#A96B16'

red 169 ◦ green 107 ◦ blue 22

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

Shades of Golden Brown #A96B16

Tints of Golden Brown #A96B16

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.91%

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

R = 56.71%
G = 35.91%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A96B16 (or 0xA96B16) is known color: Golden Brown. HEX triplet: A9, 6B and 16. RGB value is (169,107,22). Sum of RGB (Red+Green+Blue) = 169+107+22=298 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.71% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96B16 is #5694E9. Grayscale: #747474. Windows color (decimal): -5674218 or 1469353. OLE color: 1469353.

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

Color convert

RGB 169 107 22 -
CMYK 0 0.37 0.87 0.34
HSL 34.69º 0.77% 0.37% -
HSV(B) 34.69º 0.87% 0.66% -
XYZ 21.76 19.01 3.28 -
YUV 115.85 75.04 165.91 -
System Red Green Blue C M Y K H S L
Decimal 169 107 22 0 0.37 0.87 0.34 34.69 0.77 0.37
Hex A9 6B 16 0 25 57 22 23 4D 25
Octal 251 153 26 0 45 127 42 43 115 45
Binary 10101001 1101011 10110 0 100101 1010111 100010 100011 1001101 100101

Color Harmonies of #A96B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96B16

Black with #A96B16

Text Example


Text Example

White with #A96B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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