Html Css Color HEX #A96B19 Golden Brown

📋 copy color: '#A96B19'

red 169 ◦ green 107 ◦ blue 25

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

Shades of Golden Brown #A96B19

Tints of Golden Brown #A96B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.31%

R = 56.15%
G = 35.55%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A96B19 (or 0xA96B19) is known color: Golden Brown. HEX triplet: A9, 6B and 19. RGB value is (169,107,25). Sum of RGB (Red+Green+Blue) = 169+107+25=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96B19 is #5694E6. Grayscale: #747474. Windows color (decimal): -5674215 or 1665961. OLE color: 1665961.

HSL color Cylindrical-coordinate representation of color #A96B19: hue angle of 34.17º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A96B19 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 107 25 -
CMYK 0 0.37 0.85 0.34
HSL 34.17º 0.74% 0.38% -
HSV(B) 34.17º 0.85% 0.66% -
XYZ 21.8 19.02 3.44 -
YUV 116.19 76.54 165.67 -
System Red Green Blue C M Y K H S L
Decimal 169 107 25 0 0.37 0.85 0.34 34.17 0.74 0.38
Hex A9 6B 19 0 25 55 22 22 4A 26
Octal 251 153 31 0 45 125 42 42 112 46
Binary 10101001 1101011 11001 0 100101 1010101 100010 100010 1001010 100110

Color Harmonies of #A96B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96B19

Black with #A96B19

Text Example


Text Example

White with #A96B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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