#AA7F33

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

Shades of Hot Toddy #AA7F33

Tints of Hot Toddy #AA7F33

Color information

#AA7F33 (or 0xAA7F33) is unknown color: approx Hot Toddy. HEX triplet: AA, 7F and 33. RGB value is (170,127,51). Sum of RGB (Red+Green+Blue) = 170+127+51=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F33 is #5580CC. Grayscale: #838383. Windows color (decimal): -5603533 or 3375018. OLE color: 3375018.

HSL color Cylindrical-coordinate representation of color #AA7F33: hue angle of 38.32º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA7F33 is Cyan = 0, Magento = 0.25, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB17012751-
CMYK00.250.70.33
HSL38.32º53.85%43.33%-
HSV(B)38.32º70%66.67%-
XYZ24.7623.966.45-
YUV131.1982.75155.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 127 (50% from 255) = 36.49%
BLUE value IS 51 (20.31% from 255) = 14.66%
R=48.85%
G=36.49%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701275100.250.70.3338.3253.8543.33
HexAA7F33019462126362b
Octal2521776303110641466653
Binary1010101011111111100110110011000110100001100110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7F33; }

 p { color: rgb(170,127,51); }

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

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

 a { background-color: rgb(170,127,51); }

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

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

 span { border-color: rgb(170,127,51); }

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