#AA7C38

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

Shades of Hot Toddy #AA7C38

Tints of Hot Toddy #AA7C38

Color information

#AA7C38 (or 0xAA7C38) is unknown color: approx Hot Toddy. HEX triplet: AA, 7C and 38. RGB value is (170,124,56). Sum of RGB (Red+Green+Blue) = 170+124+56=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7C38 is #5583C7. Grayscale: #828282. Windows color (decimal): -5604296 or 3701930. OLE color: 3701930.

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

Color convert

RGB17012456-
CMYK00.270.670.33
HSL35.79º50.44%44.31%-
HSV(B)35.79º67.06%66.67%-
XYZ24.523.256.94-
YUV13086.24156.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.57%
GREEN value IS 124 (48.83% from 255) = 35.43%
BLUE value IS 56 (22.27% from 255) = 16%
R=48.57%
G=35.43%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701245600.270.670.3335.7950.4444.31
HexAA7C3801B432124322c
Octal2521747003310341446254
Binary1010101011111001110000110111000011100001100100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C38; }

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

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

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

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

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

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

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

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