Html Css Color HEX #AA722C Hot Toddy

📋 copy color: '#AA722C'

red 170 ◦ green 114 ◦ blue 44

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

Shades of Hot Toddy #AA722C

Tints of Hot Toddy #AA722C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.41%

R = 51.83%
G = 34.76%
B = 13.41%

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

#AA722C (or 0xAA722C) is known color: Hot Toddy. HEX triplet: AA, 72 and 2C. RGB value is (170,114,44). Sum of RGB (Red+Green+Blue) = 170+114+44=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA722C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA722C is #558DD3. Grayscale: #7B7B7B. Windows color (decimal): -5606868 or 2912938. OLE color: 2912938.

HSL color Cylindrical-coordinate representation of color #AA722C: hue angle of 33.33º degrees, saturation: 0.59, 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 #AA722C is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 114 44 -
CMYK 0 0.33 0.74 0.33
HSL 33.33º 0.59% 0.42% -
HSV(B) 33.33º 0.74% 0.67% -
XYZ 23.05 20.76 5.18 -
YUV 122.76 83.55 161.69 -
System Red Green Blue C M Y K H S L
Decimal 170 114 44 0 0.33 0.74 0.33 33.33 0.59 0.42
Hex AA 72 2C 0 21 4A 21 21 3B 2A
Octal 252 162 54 0 41 112 41 41 73 52
Binary 10101010 1110010 101100 0 100001 1001010 100001 100001 111011 101010

Color Harmonies of #AA722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA722C

Black with #AA722C

Text Example


Text Example

White with #AA722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA722C; }

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

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

background-color css

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

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

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

border-color css

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

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

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