#AA751B

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

Shades of Hot Toddy #AA751B

Tints of Hot Toddy #AA751B

Color information

#AA751B (or 0xAA751B) is unknown color: approx Hot Toddy. HEX triplet: AA, 75 and 1B. RGB value is (170,117,27). Sum of RGB (Red+Green+Blue) = 170+117+27=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA751B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA751B is #558AE4. Grayscale: #7B7B7B. Windows color (decimal): -5606117 or 1799594. OLE color: 1799594.

HSL color Cylindrical-coordinate representation of color #AA751B: hue angle of 37.76º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA751B is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB17011727-
CMYK00.310.840.33
HSL37.76º72.59%38.63%-
HSV(B)37.76º84.12%66.67%-
XYZ23.1421.353.94-
YUV122.5974.06161.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.14%
GREEN value IS 117 (46.09% from 255) = 37.26%
BLUE value IS 27 (10.94% from 255) = 8.60%
R=54.14%
G=37.26%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701172700.310.840.3337.7672.5938.63
HexAA751B01F5421264927
Octal25216533037124414611147
Binary1010101011101011101101111110101001000011001101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA751B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA751B; }

 p { color: rgb(170,117,27); }

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

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

 a { background-color: rgb(170,117,27); }

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

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

 span { border-color: rgb(170,117,27); }

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