#A96F28

Color #A96F28 Hot Toddy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Toddy #A96F28

Tints of Hot Toddy #A96F28

Color information

#A96F28 (or 0xA96F28) is unknown color: approx Hot Toddy. HEX triplet: A9, 6F and 28. RGB value is (169,111,40). Sum of RGB (Red+Green+Blue) = 169+111+40=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96F28 is #5690D7. Grayscale: #787878. Windows color (decimal): -5673176 or 2650025. OLE color: 2650025.

HSL color Cylindrical-coordinate representation of color #A96F28: hue angle of 33.02º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A96F28 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB16911140-
CMYK00.340.760.34
HSL33.02º61.72%40.98%-
HSV(B)33.02º76.33%66.27%-
XYZ22.4319.964.68-
YUV120.2582.72162.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.81%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 40 (16.02% from 255) = 12.5%
R=52.81%
G=34.69%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691114000.340.760.3433.0261.7240.98
HexA96F280224C22213e29
Octal2511575004211442417651
Binary10101001110111110100001000101001100100010100001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96F28; }

 p { color: rgb(169,111,40); }

 H1.HeaderClassName
 {
   color: #A96F28;
 }
 .AnyTagClassName
 {
   color: #A96F28;
 }
</style>
background-color css

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

 a { background-color: rgb(169,111,40); }

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

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

 span { border-color: rgb(169,111,40); }

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