#A97022

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

Shades of Hot Toddy #A97022

Tints of Hot Toddy #A97022

Color information

#A97022 (or 0xA97022) is unknown color: approx Hot Toddy. HEX triplet: A9, 70 and 22. RGB value is (169,112,34). Sum of RGB (Red+Green+Blue) = 169+112+34=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A97022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97022 is #568FDD. Grayscale: #787878. Windows color (decimal): -5672926 or 2257065. OLE color: 2257065.

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

Color convert

RGB16911234-
CMYK00.340.800.34
HSL34.67º66.5%39.8%-
HSV(B)34.67º79.88%66.27%-
XYZ22.4520.144.22-
YUV120.1579.38162.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.65%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 34 (13.67% from 255) = 10.79%
R=53.65%
G=35.56%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691123400.340.800.3434.6766.539.8
HexA970220225022234328
Octal25116042042120424310350
Binary101010011110000100010010001010100001000101000111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97022; }

 p { color: rgb(169,112,34); }

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

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

 a { background-color: rgb(169,112,34); }

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

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

 span { border-color: rgb(169,112,34); }

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