Html Css Color HEX #AA7225 Hot Toddy

📋 copy color: '#AA7225'

red 170 ◦ green 114 ◦ blue 37

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

Shades of Hot Toddy #AA7225

Tints of Hot Toddy #AA7225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.53%

R = 52.96%
G = 35.51%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA7225 (or 0xAA7225) is known color: Hot Toddy. HEX triplet: AA, 72 and 25. RGB value is (170,114,37). Sum of RGB (Red+Green+Blue) = 170+114+37=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7225 is #558DDA. Grayscale: #7A7A7A. Windows color (decimal): -5606875 or 2454186. OLE color: 2454186.

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

Color convert

RGB 170 114 37 -
CMYK 0 0.33 0.78 0.33
HSL 34.74º 0.64% 0.41% -
HSV(B) 34.74º 0.78% 0.67% -
XYZ 22.93 20.71 4.54 -
YUV 121.97 80.05 162.26 -
System Red Green Blue C M Y K H S L
Decimal 170 114 37 0 0.33 0.78 0.33 34.74 0.64 0.41
Hex AA 72 25 0 21 4E 21 23 40 29
Octal 252 162 45 0 41 116 41 43 100 51
Binary 10101010 1110010 100101 0 100001 1001110 100001 100011 1000000 101001

Color Harmonies of #AA7225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7225

Black with #AA7225

Text Example


Text Example

White with #AA7225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7225; }

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

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

background-color css

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

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

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

border-color css

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

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

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