Html Css Color HEX #AA722D Hot Toddy

📋 copy color: '#AA722D'

red 170 ◦ green 114 ◦ blue 45

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

Shades of Hot Toddy #AA722D

Tints of Hot Toddy #AA722D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.65%

 BLUE value IS 45 (17.97% from 255) = 13.68%

R = 51.67%
G = 34.65%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA722D (or 0xAA722D) is known color: Hot Toddy. HEX triplet: AA, 72 and 2D. RGB value is (170,114,45). Sum of RGB (Red+Green+Blue) = 170+114+45=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA722D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA722D is #558DD2. Grayscale: #7B7B7B. Windows color (decimal): -5606867 or 2978474. OLE color: 2978474.

HSL color Cylindrical-coordinate representation of color #AA722D: hue angle of 33.12º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA722D is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 114 45 -
CMYK 0 0.33 0.74 0.33
HSL 33.12º 0.58% 0.42% -
HSV(B) 33.12º 0.74% 0.67% -
XYZ 23.07 20.77 5.28 -
YUV 122.88 84.05 161.61 -
System Red Green Blue C M Y K H S L
Decimal 170 114 45 0 0.33 0.74 0.33 33.12 0.58 0.42
Hex AA 72 2D 0 21 4A 21 21 3A 2A
Octal 252 162 55 0 41 112 41 41 72 52
Binary 10101010 1110010 101101 0 100001 1001010 100001 100001 111010 101010

Color Harmonies of #AA722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA722D

Black with #AA722D

Text Example


Text Example

White with #AA722D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA722D; }

 p { color: rgb(170,114,45); }

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

background-color css

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

 a { background-color: rgb(170,114,45); }

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

border-color css

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

 span { border-color: rgb(170,114,45); }

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