#AA7C26

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

Shades of Hot Toddy #AA7C26

Tints of Hot Toddy #AA7C26

Color information

#AA7C26 (or 0xAA7C26) is unknown color: approx Hot Toddy. HEX triplet: AA, 7C and 26. RGB value is (170,124,38). Sum of RGB (Red+Green+Blue) = 170+124+38=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7C26 is #5583D9. Grayscale: #808080. Windows color (decimal): -5604314 or 2522282. OLE color: 2522282.

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

Color convert

RGB17012438-
CMYK00.270.780.33
HSL39.09º63.46%40.78%-
HSV(B)39.09º77.65%66.67%-
XYZ24.1423.15.02-
YUV127.9577.24157.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.20%
GREEN value IS 124 (48.83% from 255) = 37.35%
BLUE value IS 38 (15.23% from 255) = 11.45%
R=51.20%
G=37.35%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701243800.270.780.3339.0963.4640.78
HexAA7C2601B4E21273f29
Octal2521744603311641477751
Binary1010101011111001001100110111001110100001100111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C26; }

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

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

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

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

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

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

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

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