Html Css Color HEX #AA7B20 Hot Toddy

📋 copy color: '#AA7B20'

red 170 ◦ green 123 ◦ blue 32

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

Shades of Hot Toddy #AA7B20

Tints of Hot Toddy #AA7B20

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.85%

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

R = 52.31%
G = 37.85%
B = 9.85%

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

#AA7B20 (or 0xAA7B20) is known color: Hot Toddy. HEX triplet: AA, 7B and 20. RGB value is (170,123,32). Sum of RGB (Red+Green+Blue) = 170+123+32=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B20 is #5584DF. Grayscale: #7F7F7F. Windows color (decimal): -5604576 or 2128810. OLE color: 2128810.

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

Color convert

RGB 170 123 32 -
CMYK 0 0.28 0.81 0.33
HSL 39.57º 0.68% 0.4% -
HSV(B) 39.57º 0.81% 0.67% -
XYZ 23.92 22.82 4.51 -
YUV 126.68 74.57 158.9 -
System Red Green Blue C M Y K H S L
Decimal 170 123 32 0 0.28 0.81 0.33 39.57 0.68 0.4
Hex AA 7B 20 0 1C 51 21 28 44 28
Octal 252 173 40 0 34 121 41 50 104 50
Binary 10101010 1111011 100000 0 11100 1010001 100001 101000 1000100 101000

Color Harmonies of #AA7B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B20

Black with #AA7B20

Text Example


Text Example

White with #AA7B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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