Html Css Color HEX #AA7027 Hot Toddy

📋 copy color: '#AA7027'

red 170 ◦ green 112 ◦ blue 39

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

Shades of Hot Toddy #AA7027

Tints of Hot Toddy #AA7027

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.89%

 BLUE value IS 39 (15.63% from 255) = 12.15%

R = 52.96%
G = 34.89%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AA7027 (or 0xAA7027) is known color: Hot Toddy. HEX triplet: AA, 70 and 27. RGB value is (170,112,39). Sum of RGB (Red+Green+Blue) = 170+112+39=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7027 is #558FD8. Grayscale: #797979. Windows color (decimal): -5607385 or 2584746. OLE color: 2584746.

HSL color Cylindrical-coordinate representation of color #AA7027: hue angle of 33.44º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA7027 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 112 39 -
CMYK 0 0.34 0.77 0.33
HSL 33.44º 0.63% 0.41% -
HSV(B) 33.44º 0.77% 0.67% -
XYZ 22.74 20.28 4.64 -
YUV 121.02 81.72 162.94 -
System Red Green Blue C M Y K H S L
Decimal 170 112 39 0 0.34 0.77 0.33 33.44 0.63 0.41
Hex AA 70 27 0 22 4D 21 21 3F 29
Octal 252 160 47 0 42 115 41 41 77 51
Binary 10101010 1110000 100111 0 100010 1001101 100001 100001 111111 101001

Color Harmonies of #AA7027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7027

Black with #AA7027

Text Example


Text Example

White with #AA7027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7027; }

 p { color: rgb(170,112,39); }

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

background-color css

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

 a { background-color: rgb(170,112,39); }

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

border-color css

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

 span { border-color: rgb(170,112,39); }

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