#A27C3B

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

Shades of Hot Toddy #A27C3B

Tints of Hot Toddy #A27C3B

Color information

#A27C3B (or 0xA27C3B) is unknown color: approx Hot Toddy. HEX triplet: A2, 7C and 3B. RGB value is (162,124,59). Sum of RGB (Red+Green+Blue) = 162+124+59=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27C3B is #5D83C4. Grayscale: #808080. Windows color (decimal): -6128581 or 3898530. OLE color: 3898530.

HSL color Cylindrical-coordinate representation of color #A27C3B: hue angle of 37.86º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A27C3B is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB16212459-
CMYK00.230.640.36
HSL37.86º46.61%43.33%-
HSV(B)37.86º63.58%63.53%-
XYZ22.922.417.26-
YUV127.9589.09152.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 124 (48.83% from 255) = 35.94%
BLUE value IS 59 (23.44% from 255) = 17.10%
R=46.96%
G=35.94%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621245900.230.640.3637.8646.6143.33
HexA27C3B0174024262f2b
Octal2421747302710044465753
Binary1010001011111001110110101111000000100100100110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C3B; }

 p { color: rgb(162,124,59); }

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

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

 a { background-color: rgb(162,124,59); }

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

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

 span { border-color: rgb(162,124,59); }

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