Html Css Color HEX #A96A24 Hot Toddy

📋 copy color: '#A96A24'

red 169 ◦ green 106 ◦ blue 36

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

Shades of Hot Toddy #A96A24

Tints of Hot Toddy #A96A24

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.08%

 BLUE value IS 36 (14.45% from 255) = 11.58%

R = 54.34%
G = 34.08%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A96A24 (or 0xA96A24) is known color: Hot Toddy. HEX triplet: A9, 6A and 24. RGB value is (169,106,36). Sum of RGB (Red+Green+Blue) = 169+106+36=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96A24 is #5695DB. Grayscale: #757575. Windows color (decimal): -5674460 or 2386601. OLE color: 2386601.

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

Color convert

RGB 169 106 36 -
CMYK 0 0.37 0.79 0.34
HSL 31.58º 0.65% 0.4% -
HSV(B) 31.58º 0.79% 0.66% -
XYZ 21.83 18.87 4.16 -
YUV 116.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 169 106 36 0 0.37 0.79 0.34 31.58 0.65 0.4
Hex A9 6A 24 0 25 4F 22 20 41 28
Octal 251 152 44 0 45 117 42 40 101 50
Binary 10101001 1101010 100100 0 100101 1001111 100010 100000 1000001 101000

Color Harmonies of #A96A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96A24

Black with #A96A24

Text Example


Text Example

White with #A96A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96A24; }

 p { color: rgb(169,106,36); }

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

background-color css

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

 a { background-color: rgb(169,106,36); }

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

border-color css

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

 span { border-color: rgb(169,106,36); }

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