#AA7A26

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

Shades of Hot Toddy #AA7A26

Tints of Hot Toddy #AA7A26

Color information

#AA7A26 (or 0xAA7A26) is unknown color: approx Hot Toddy. HEX triplet: AA, 7A and 26. RGB value is (170,122,38). Sum of RGB (Red+Green+Blue) = 170+122+38=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A26 is #5585D9. Grayscale: #7F7F7F. Windows color (decimal): -5604826 or 2521770. OLE color: 2521770.

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

Color convert

RGB17012238-
CMYK00.280.780.33
HSL38.18º63.46%40.78%-
HSV(B)38.18º77.65%66.67%-
XYZ23.8922.614.94-
YUV126.7877.9158.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.52%
GREEN value IS 122 (48.05% from 255) = 36.97%
BLUE value IS 38 (15.23% from 255) = 11.52%
R=51.52%
G=36.97%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701223800.280.780.3338.1863.4640.78
HexAA7A2601C4E21263f29
Octal2521724603411641467751
Binary1010101011110101001100111001001110100001100110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A26; }

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

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

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

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

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

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

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

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