Html Css Color HEX #AA7520 Hot Toddy

📋 copy color: '#AA7520'

red 170 ◦ green 117 ◦ blue 32

#AA7520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Toddy #AA7520

Tints of Hot Toddy #AA7520

RGB

 RED value IS 170 (66.8% from 255) = 53.29%

 GREEN value IS 117 (46.09% from 255) = 36.68%

 BLUE value IS 32 (12.89% from 255) = 10.03%

R = 53.29%
G = 36.68%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA7520 (or 0xAA7520) is known color: Hot Toddy. HEX triplet: AA, 75 and 20. RGB value is (170,117,32). Sum of RGB (Red+Green+Blue) = 170+117+32=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7520 is #558ADF. Grayscale: #7B7B7B. Windows color (decimal): -5606112 or 2127274. OLE color: 2127274.

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

Color convert

RGB 170 117 32 -
CMYK 0 0.31 0.81 0.33
HSL 36.96º 0.68% 0.4% -
HSV(B) 36.96º 0.81% 0.67% -
XYZ 23.2 21.37 4.27 -
YUV 123.16 76.56 161.41 -
System Red Green Blue C M Y K H S L
Decimal 170 117 32 0 0.31 0.81 0.33 36.96 0.68 0.4
Hex AA 75 20 0 1F 51 21 25 44 28
Octal 252 165 40 0 37 121 41 45 104 50
Binary 10101010 1110101 100000 0 11111 1010001 100001 100101 1000100 101000

Color Harmonies of #AA7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7520

Black with #AA7520

Text Example


Text Example

White with #AA7520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7520; }

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

 H1.HeaderClassName
 {
   color: #AA7520;
 }
 .AnyTagClassName
 {
   color: #AA7520;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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