#A27522

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

Shades of Hot Toddy #A27522

Tints of Hot Toddy #A27522

Color information

#A27522 (or 0xA27522) is unknown color: approx Hot Toddy. HEX triplet: A2, 75 and 22. RGB value is (162,117,34). Sum of RGB (Red+Green+Blue) = 162+117+34=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A27522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27522 is #5D8ADD. Grayscale: #797979. Windows color (decimal): -6130398 or 2258338. OLE color: 2258338.

HSL color Cylindrical-coordinate representation of color #A27522: hue angle of 38.91º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A27522 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB16211734-
CMYK00.280.790.36
HSL38.91º65.31%38.43%-
HSV(B)38.91º79.01%63.53%-
XYZ21.5520.524.34-
YUV120.9978.91157.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 117 (46.09% from 255) = 37.38%
BLUE value IS 34 (13.67% from 255) = 10.86%
R=51.76%
G=37.38%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621173400.280.790.3638.9165.3138.43
HexA2752201C4F24274126
Octal24216542034117444710146
Binary10100010111010110001001110010011111001001001111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27522; }

 p { color: rgb(162,117,34); }

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

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

 a { background-color: rgb(162,117,34); }

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

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

 span { border-color: rgb(162,117,34); }

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