#AA7D25

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

Shades of Hot Toddy #AA7D25

Tints of Hot Toddy #AA7D25

Color information

#AA7D25 (or 0xAA7D25) is unknown color: approx Hot Toddy. HEX triplet: AA, 7D and 25. RGB value is (170,125,37). Sum of RGB (Red+Green+Blue) = 170+125+37=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D25 is #5582DA. Grayscale: #808080. Windows color (decimal): -5604059 or 2457002. OLE color: 2457002.

HSL color Cylindrical-coordinate representation of color #AA7D25: hue angle of 39.7º degrees, saturation: 0.64, 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 #AA7D25 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB17012537-
CMYK00.260.780.33
HSL39.7º64.25%40.59%-
HSV(B)39.7º78.24%66.67%-
XYZ24.2523.354.98-
YUV128.4276.41157.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.20%
GREEN value IS 125 (49.22% from 255) = 37.65%
BLUE value IS 37 (14.84% from 255) = 11.14%
R=51.20%
G=37.65%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701253700.260.780.3339.764.2540.59
HexAA7D2501A4E21284029
Octal25217545032116415010051
Binary10101010111110110010101101010011101000011010001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7D25; }

 p { color: rgb(170,125,37); }

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

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

 a { background-color: rgb(170,125,37); }

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

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

 span { border-color: rgb(170,125,37); }

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