Html Css Color HEX #AA7A20 Hot Toddy

📋 copy color: '#AA7A20'

red 170 ◦ green 122 ◦ blue 32

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

Shades of Hot Toddy #AA7A20

Tints of Hot Toddy #AA7A20

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.65%

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

R = 52.47%
G = 37.65%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA7A20 (or 0xAA7A20) is known color: Hot Toddy. HEX triplet: AA, 7A and 20. RGB value is (170,122,32). Sum of RGB (Red+Green+Blue) = 170+122+32=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A20 is #5585DF. Grayscale: #7E7E7E. Windows color (decimal): -5604832 or 2128554. OLE color: 2128554.

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

Color convert

RGB 170 122 32 -
CMYK 0 0.28 0.81 0.33
HSL 39.13º 0.68% 0.4% -
HSV(B) 39.13º 0.81% 0.67% -
XYZ 23.8 22.57 4.47 -
YUV 126.09 74.9 159.32 -
System Red Green Blue C M Y K H S L
Decimal 170 122 32 0 0.28 0.81 0.33 39.13 0.68 0.4
Hex AA 7A 20 0 1C 51 21 27 44 28
Octal 252 172 40 0 34 121 41 47 104 50
Binary 10101010 1111010 100000 0 11100 1010001 100001 100111 1000100 101000

Color Harmonies of #AA7A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A20

Black with #AA7A20

Text Example


Text Example

White with #AA7A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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