Html Css Color HEX #AA7720 Hot Toddy

📋 copy color: '#AA7720'

red 170 ◦ green 119 ◦ blue 32

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

Shades of Hot Toddy #AA7720

Tints of Hot Toddy #AA7720

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.07%

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

R = 52.96%
G = 37.07%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA7720 (or 0xAA7720) is known color: Hot Toddy. HEX triplet: AA, 77 and 20. RGB value is (170,119,32). Sum of RGB (Red+Green+Blue) = 170+119+32=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7720 is #5588DF. Grayscale: #7C7C7C. Windows color (decimal): -5605600 or 2127786. OLE color: 2127786.

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

Color convert

RGB 170 119 32 -
CMYK 0 0.3 0.81 0.33
HSL 37.83º 0.68% 0.4% -
HSV(B) 37.83º 0.81% 0.67% -
XYZ 23.44 21.84 4.35 -
YUV 124.33 75.9 160.57 -
System Red Green Blue C M Y K H S L
Decimal 170 119 32 0 0.3 0.81 0.33 37.83 0.68 0.4
Hex AA 77 20 0 1E 51 21 26 44 28
Octal 252 167 40 0 36 121 41 46 104 50
Binary 10101010 1110111 100000 0 11110 1010001 100001 100110 1000100 101000

Color Harmonies of #AA7720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7720

Black with #AA7720

Text Example


Text Example

White with #AA7720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7720; }

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

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

background-color css

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

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

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

border-color css

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

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

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