Html Css Color HEX #AA7325 Hot Toddy

📋 copy color: '#AA7325'

red 170 ◦ green 115 ◦ blue 37

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

Shades of Hot Toddy #AA7325

Tints of Hot Toddy #AA7325

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.71%

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

R = 52.8%
G = 35.71%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA7325 (or 0xAA7325) is known color: Hot Toddy. HEX triplet: AA, 73 and 25. RGB value is (170,115,37). Sum of RGB (Red+Green+Blue) = 170+115+37=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7325 is #558CDA. Grayscale: #7A7A7A. Windows color (decimal): -5606619 or 2454442. OLE color: 2454442.

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

Color convert

RGB 170 115 37 -
CMYK 0 0.32 0.78 0.33
HSL 35.19º 0.64% 0.41% -
HSV(B) 35.19º 0.78% 0.67% -
XYZ 23.04 20.94 4.58 -
YUV 122.55 79.72 161.84 -
System Red Green Blue C M Y K H S L
Decimal 170 115 37 0 0.32 0.78 0.33 35.19 0.64 0.41
Hex AA 73 25 0 20 4E 21 23 40 29
Octal 252 163 45 0 40 116 41 43 100 51
Binary 10101010 1110011 100101 0 100000 1001110 100001 100011 1000000 101001

Color Harmonies of #AA7325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7325

Black with #AA7325

Text Example


Text Example

White with #AA7325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7325; }

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

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

background-color css

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

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

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

border-color css

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

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

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