#A27622

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

Shades of Hot Toddy #A27622

Tints of Hot Toddy #A27622

Color information

#A27622 (or 0xA27622) is unknown color: approx Hot Toddy. HEX triplet: A2, 76 and 22. RGB value is (162,118,34). Sum of RGB (Red+Green+Blue) = 162+118+34=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A27622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27622 is #5D89DD. Grayscale: #797979. Windows color (decimal): -6130142 or 2258594. OLE color: 2258594.

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

Color convert

RGB16211834-
CMYK00.270.790.36
HSL39.38º65.31%38.43%-
HSV(B)39.38º79.01%63.53%-
XYZ21.6720.754.38-
YUV121.5878.58156.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 34 (13.67% from 255) = 10.83%
R=51.59%
G=37.58%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621183400.270.790.3639.3865.3138.43
HexA2762201B4F24274126
Octal24216642033117444710146
Binary10100010111011010001001101110011111001001001111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27622; }

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

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

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

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

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

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

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

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