Html Css Color HEX #AA822B Hot Toddy

📋 copy color: '#AA822B'

red 170 ◦ green 130 ◦ blue 43

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

Shades of Hot Toddy #AA822B

Tints of Hot Toddy #AA822B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.54%

R = 49.56%
G = 37.9%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA822B (or 0xAA822B) is known color: Hot Toddy. HEX triplet: AA, 82 and 2B. RGB value is (170,130,43). Sum of RGB (Red+Green+Blue) = 170+130+43=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA822B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA822B is #557DD4. Grayscale: #848484. Windows color (decimal): -5602773 or 2851498. OLE color: 2851498.

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

Color convert

RGB 170 130 43 -
CMYK 0 0.24 0.75 0.33
HSL 41.1º 0.6% 0.42% -
HSV(B) 41.1º 0.75% 0.67% -
XYZ 25 24.69 5.73 -
YUV 132.04 77.75 155.07 -
System Red Green Blue C M Y K H S L
Decimal 170 130 43 0 0.24 0.75 0.33 41.1 0.6 0.42
Hex AA 82 2B 0 18 4B 21 29 3C 2A
Octal 252 202 53 0 30 113 41 51 74 52
Binary 10101010 10000010 101011 0 11000 1001011 100001 101001 111100 101010

Color Harmonies of #AA822B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA822B

Black with #AA822B

Text Example


Text Example

White with #AA822B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA822B; }

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

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

background-color css

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

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

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

border-color css

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

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

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