#AA7C25

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

Shades of Hot Toddy #AA7C25

Tints of Hot Toddy #AA7C25

Color information

#AA7C25 (or 0xAA7C25) is unknown color: approx Hot Toddy. HEX triplet: AA, 7C and 25. RGB value is (170,124,37). Sum of RGB (Red+Green+Blue) = 170+124+37=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7C25 is #5583DA. Grayscale: #808080. Windows color (decimal): -5604315 or 2456746. OLE color: 2456746.

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

Color convert

RGB17012437-
CMYK00.270.780.33
HSL39.25º64.25%40.59%-
HSV(B)39.25º78.24%66.67%-
XYZ24.1223.094.94-
YUV127.8476.74158.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 124 (48.83% from 255) = 37.46%
BLUE value IS 37 (14.84% from 255) = 11.18%
R=51.36%
G=37.46%
B=11.18%

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
Decimal1701243700.270.780.3339.2564.2540.59
HexAA7C2501B4E21274029
Octal25217445033116414710051
Binary10101010111110010010101101110011101000011001111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C25; }

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

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

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

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

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

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

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

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