Html Css Color HEX #AA6820 Hot Toddy

📋 copy color: '#AA6820'

red 170 ◦ green 104 ◦ blue 32

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

Shades of Hot Toddy #AA6820

Tints of Hot Toddy #AA6820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.99%

 BLUE value IS 32 (12.89% from 255) = 10.46%

R = 55.56%
G = 33.99%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA6820 (or 0xAA6820) is known color: Hot Toddy. HEX triplet: AA, 68 and 20. RGB value is (170,104,32). Sum of RGB (Red+Green+Blue) = 170+104+32=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6820 is #5597DF. Grayscale: #737373. Windows color (decimal): -5609440 or 2123946. OLE color: 2123946.

HSL color Cylindrical-coordinate representation of color #AA6820: hue angle of 31.3º degrees, saturation: 0.68, 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 #AA6820 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 104 32 -
CMYK 0 0.39 0.81 0.33
HSL 31.3º 0.68% 0.4% -
HSV(B) 31.3º 0.81% 0.67% -
XYZ 21.79 18.55 3.8 -
YUV 115.53 80.87 166.85 -
System Red Green Blue C M Y K H S L
Decimal 170 104 32 0 0.39 0.81 0.33 31.3 0.68 0.4
Hex AA 68 20 0 27 51 21 1F 44 28
Octal 252 150 40 0 47 121 41 37 104 50
Binary 10101010 1101000 100000 0 100111 1010001 100001 11111 1000100 101000

Color Harmonies of #AA6820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6820

Black with #AA6820

Text Example


Text Example

White with #AA6820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6820; }

 p { color: rgb(170,104,32); }

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

background-color css

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

 a { background-color: rgb(170,104,32); }

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

border-color css

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

 span { border-color: rgb(170,104,32); }

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