#A27222

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

Shades of Hot Toddy #A27222

Tints of Hot Toddy #A27222

Color information

#A27222 (or 0xA27222) is unknown color: approx Hot Toddy. HEX triplet: A2, 72 and 22. RGB value is (162,114,34). Sum of RGB (Red+Green+Blue) = 162+114+34=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A27222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27222 is #5D8DDD. Grayscale: #777777. Windows color (decimal): -6131166 or 2257570. OLE color: 2257570.

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

Color convert

RGB16211434-
CMYK00.300.790.36
HSL37.5º65.31%38.43%-
HSV(B)37.5º79.01%63.53%-
XYZ21.2119.834.22-
YUV119.2379.9158.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.26%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 34 (13.67% from 255) = 10.97%
R=52.26%
G=36.77%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621143400.300.790.3637.565.3138.43
HexA2722201E4F24264126
Octal24216242036117444610146
Binary10100010111001010001001111010011111001001001101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27222; }

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

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

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

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

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

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

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

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