Html Css Color HEX #AA7521 Hot Toddy

📋 copy color: '#AA7521'

red 170 ◦ green 117 ◦ blue 33

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

Shades of Hot Toddy #AA7521

Tints of Hot Toddy #AA7521

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.56%

 BLUE value IS 33 (13.28% from 255) = 10.31%

R = 53.13%
G = 36.56%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA7521 (or 0xAA7521) is known color: Hot Toddy. HEX triplet: AA, 75 and 21. RGB value is (170,117,33). Sum of RGB (Red+Green+Blue) = 170+117+33=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7521 is #558ADE. Grayscale: #7B7B7B. Windows color (decimal): -5606111 or 2192810. OLE color: 2192810.

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

Color convert

RGB 170 117 33 -
CMYK 0 0.31 0.81 0.33
HSL 36.79º 0.67% 0.4% -
HSV(B) 36.79º 0.81% 0.67% -
XYZ 23.21 21.38 4.34 -
YUV 123.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 170 117 33 0 0.31 0.81 0.33 36.79 0.67 0.4
Hex AA 75 21 0 1F 51 21 25 43 28
Octal 252 165 41 0 37 121 41 45 103 50
Binary 10101010 1110101 100001 0 11111 1010001 100001 100101 1000011 101000

Color Harmonies of #AA7521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7521

Black with #AA7521

Text Example


Text Example

White with #AA7521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7521; }

 p { color: rgb(170,117,33); }

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

background-color css

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

 a { background-color: rgb(170,117,33); }

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

border-color css

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

 span { border-color: rgb(170,117,33); }

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