#AA7C2A

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

Shades of Hot Toddy #AA7C2A

Tints of Hot Toddy #AA7C2A

Color information

#AA7C2A (or 0xAA7C2A) is unknown color: approx Hot Toddy. HEX triplet: AA, 7C and 2A. RGB value is (170,124,42). Sum of RGB (Red+Green+Blue) = 170+124+42=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7C2A is #5583D5. Grayscale: #808080. Windows color (decimal): -5604310 or 2784426. OLE color: 2784426.

HSL color Cylindrical-coordinate representation of color #AA7C2A: hue angle of 38.44º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA7C2A is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB17012442-
CMYK00.270.750.33
HSL38.44º60.38%41.57%-
HSV(B)38.44º75.29%66.67%-
XYZ24.223.135.38-
YUV128.4179.24157.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.60%
GREEN value IS 124 (48.83% from 255) = 36.90%
BLUE value IS 42 (16.80% from 255) = 12.5%
R=50.60%
G=36.90%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701244200.270.750.3338.4460.3841.57
HexAA7C2A01B4B21263c2a
Octal2521745203311341467452
Binary1010101011111001010100110111001011100001100110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C2A; }

 p { color: rgb(170,124,42); }

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

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

 a { background-color: rgb(170,124,42); }

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

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

 span { border-color: rgb(170,124,42); }

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