Html Css Color HEX #A96C19 Golden Brown

📋 copy color: '#A96C19'

red 169 ◦ green 108 ◦ blue 25

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

Shades of Golden Brown #A96C19

Tints of Golden Brown #A96C19

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.76%

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

R = 55.96%
G = 35.76%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A96C19 (or 0xA96C19) is known color: Golden Brown. HEX triplet: A9, 6C and 19. RGB value is (169,108,25). Sum of RGB (Red+Green+Blue) = 169+108+25=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96C19 is #5693E6. Grayscale: #757575. Windows color (decimal): -5673959 or 1666217. OLE color: 1666217.

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

Color convert

RGB 169 108 25 -
CMYK 0 0.36 0.85 0.34
HSL 34.58º 0.74% 0.38% -
HSV(B) 34.58º 0.85% 0.66% -
XYZ 21.9 19.23 3.48 -
YUV 116.78 76.21 165.25 -
System Red Green Blue C M Y K H S L
Decimal 169 108 25 0 0.36 0.85 0.34 34.58 0.74 0.38
Hex A9 6C 19 0 24 55 22 23 4A 26
Octal 251 154 31 0 44 125 42 43 112 46
Binary 10101001 1101100 11001 0 100100 1010101 100010 100011 1001010 100110

Color Harmonies of #A96C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96C19

Black with #A96C19

Text Example


Text Example

White with #A96C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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