Html Css Color HEX #AA822D Hot Toddy

📋 copy color: '#AA822D'

red 170 ◦ green 130 ◦ blue 45

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

Shades of Hot Toddy #AA822D

Tints of Hot Toddy #AA822D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.68%

 BLUE value IS 45 (17.97% from 255) = 13.04%

R = 49.28%
G = 37.68%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA822D (or 0xAA822D) is known color: Hot Toddy. HEX triplet: AA, 82 and 2D. RGB value is (170,130,45). Sum of RGB (Red+Green+Blue) = 170+130+45=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA822D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA822D is #557DD2. Grayscale: #848484. Windows color (decimal): -5602771 or 2982570. OLE color: 2982570.

HSL color Cylindrical-coordinate representation of color #AA822D: hue angle of 40.8º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA822D is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 130 45 -
CMYK 0 0.24 0.74 0.33
HSL 40.8º 0.58% 0.42% -
HSV(B) 40.8º 0.74% 0.67% -
XYZ 25.03 24.7 5.93 -
YUV 132.27 78.75 154.91 -
System Red Green Blue C M Y K H S L
Decimal 170 130 45 0 0.24 0.74 0.33 40.8 0.58 0.42
Hex AA 82 2D 0 18 4A 21 29 3A 2A
Octal 252 202 55 0 30 112 41 51 72 52
Binary 10101010 10000010 101101 0 11000 1001010 100001 101001 111010 101010

Color Harmonies of #AA822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA822D

Black with #AA822D

Text Example


Text Example

White with #AA822D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA822D; }

 p { color: rgb(170,130,45); }

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

background-color css

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

 a { background-color: rgb(170,130,45); }

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

border-color css

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

 span { border-color: rgb(170,130,45); }

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