Html Css Color HEX #AA7227 Hot Toddy

📋 copy color: '#AA7227'

red 170 ◦ green 114 ◦ blue 39

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

Shades of Hot Toddy #AA7227

Tints of Hot Toddy #AA7227

RGB

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

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

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

R = 52.63%
G = 35.29%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AA7227 (or 0xAA7227) is known color: Hot Toddy. HEX triplet: AA, 72 and 27. RGB value is (170,114,39). Sum of RGB (Red+Green+Blue) = 170+114+39=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7227 is #558DD8. Grayscale: #7A7A7A. Windows color (decimal): -5606873 or 2585258. OLE color: 2585258.

HSL color Cylindrical-coordinate representation of color #AA7227: hue angle of 34.35º 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 #AA7227 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 114 39 -
CMYK 0 0.33 0.77 0.33
HSL 34.35º 0.63% 0.41% -
HSV(B) 34.35º 0.77% 0.67% -
XYZ 22.96 20.73 4.71 -
YUV 122.19 81.05 162.1 -
System Red Green Blue C M Y K H S L
Decimal 170 114 39 0 0.33 0.77 0.33 34.35 0.63 0.41
Hex AA 72 27 0 21 4D 21 22 3F 29
Octal 252 162 47 0 41 115 41 42 77 51
Binary 10101010 1110010 100111 0 100001 1001101 100001 100010 111111 101001

Color Harmonies of #AA7227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7227

Black with #AA7227

Text Example


Text Example

White with #AA7227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7227; }

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

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

background-color css

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

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

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

border-color css

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

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

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