Html Css Color HEX #AA7722 Hot Toddy

📋 copy color: '#AA7722'

red 170 ◦ green 119 ◦ blue 34

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

Shades of Hot Toddy #AA7722

Tints of Hot Toddy #AA7722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.53%

R = 52.63%
G = 36.84%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AA7722 (or 0xAA7722) is known color: Hot Toddy. HEX triplet: AA, 77 and 22. RGB value is (170,119,34). Sum of RGB (Red+Green+Blue) = 170+119+34=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7722 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7722 is #5588DD. Grayscale: #7C7C7C. Windows color (decimal): -5605598 or 2258858. OLE color: 2258858.

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

Color convert

RGB 170 119 34 -
CMYK 0 0.3 0.80 0.33
HSL 37.5º 0.67% 0.4% -
HSV(B) 37.5º 0.8% 0.67% -
XYZ 23.46 21.86 4.5 -
YUV 124.56 76.9 160.41 -
System Red Green Blue C M Y K H S L
Decimal 170 119 34 0 0.3 0.80 0.33 37.5 0.67 0.4
Hex AA 77 22 0 1E 50 21 26 43 28
Octal 252 167 42 0 36 120 41 46 103 50
Binary 10101010 1110111 100010 0 11110 1010000 100001 100110 1000011 101000

Color Harmonies of #AA7722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7722

Black with #AA7722

Text Example


Text Example

White with #AA7722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7722; }

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

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

background-color css

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

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

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

border-color css

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

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

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