Html Css Color HEX #AA721B Hot Toddy

📋 copy color: '#AA721B'

red 170 ◦ green 114 ◦ blue 27

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

Shades of Hot Toddy #AA721B

Tints of Hot Toddy #AA721B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.68%

R = 54.66%
G = 36.66%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA721B (or 0xAA721B) is known color: Hot Toddy. HEX triplet: AA, 72 and 1B. RGB value is (170,114,27). Sum of RGB (Red+Green+Blue) = 170+114+27=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA721B is #558DE4. Grayscale: #797979. Windows color (decimal): -5606885 or 1798826. OLE color: 1798826.

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

Color convert

RGB 170 114 27 -
CMYK 0 0.33 0.84 0.33
HSL 36.5º 0.73% 0.39% -
HSV(B) 36.5º 0.84% 0.67% -
XYZ 22.79 20.66 3.82 -
YUV 120.83 75.05 163.07 -
System Red Green Blue C M Y K H S L
Decimal 170 114 27 0 0.33 0.84 0.33 36.5 0.73 0.39
Hex AA 72 1B 0 21 54 21 25 49 27
Octal 252 162 33 0 41 124 41 45 111 47
Binary 10101010 1110010 11011 0 100001 1010100 100001 100101 1001001 100111

Color Harmonies of #AA721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA721B

Black with #AA721B

Text Example


Text Example

White with #AA721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA721B; }

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

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

background-color css

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

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

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

border-color css

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

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

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