Html Css Color HEX #AA721F Hot Toddy

📋 copy color: '#AA721F'

red 170 ◦ green 114 ◦ blue 31

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

Shades of Hot Toddy #AA721F

Tints of Hot Toddy #AA721F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.84%

R = 53.97%
G = 36.19%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA721F (or 0xAA721F) is known color: Hot Toddy. HEX triplet: AA, 72 and 1F. RGB value is (170,114,31). Sum of RGB (Red+Green+Blue) = 170+114+31=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA721F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA721F is #558DE0. Grayscale: #797979. Windows color (decimal): -5606881 or 2060970. OLE color: 2060970.

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

Color convert

RGB 170 114 31 -
CMYK 0 0.33 0.82 0.33
HSL 35.83º 0.69% 0.39% -
HSV(B) 35.83º 0.82% 0.67% -
XYZ 22.84 20.68 4.08 -
YUV 121.28 77.05 162.75 -
System Red Green Blue C M Y K H S L
Decimal 170 114 31 0 0.33 0.82 0.33 35.83 0.69 0.39
Hex AA 72 1F 0 21 52 21 24 45 27
Octal 252 162 37 0 41 122 41 44 105 47
Binary 10101010 1110010 11111 0 100001 1010010 100001 100100 1000101 100111

Color Harmonies of #AA721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA721F

Black with #AA721F

Text Example


Text Example

White with #AA721F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA721F; }

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

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

background-color css

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

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

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

border-color css

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

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

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