#A27B2D

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

Shades of Hot Toddy #A27B2D

Tints of Hot Toddy #A27B2D

Color information

#A27B2D (or 0xA27B2D) is unknown color: approx Hot Toddy. HEX triplet: A2, 7B and 2D. RGB value is (162,123,45). Sum of RGB (Red+Green+Blue) = 162+123+45=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27B2D is #5D84D2. Grayscale: #7E7E7E. Windows color (decimal): -6128851 or 2980770. OLE color: 2980770.

HSL color Cylindrical-coordinate representation of color #A27B2D: hue angle of 40º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A27B2D is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB16212345-
CMYK00.240.720.36
HSL40º56.52%40.59%-
HSV(B)40º72.22%63.53%-
XYZ22.4622.045.55-
YUV125.7782.42153.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 123 (48.44% from 255) = 37.27%
BLUE value IS 45 (17.97% from 255) = 13.64%
R=49.09%
G=37.27%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621234500.240.720.364056.5240.59
HexA27B2D0184824283929
Octal2421735503011044507151
Binary1010001011110111011010110001001000100100101000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B2D; }

 p { color: rgb(162,123,45); }

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

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

 a { background-color: rgb(162,123,45); }

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

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

 span { border-color: rgb(162,123,45); }

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