Html Css Color HEX #AA802E Hot Toddy

📋 copy color: '#AA802E'

red 170 ◦ green 128 ◦ blue 46

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

Shades of Hot Toddy #AA802E

Tints of Hot Toddy #AA802E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.21%

 BLUE value IS 46 (18.36% from 255) = 13.37%

R = 49.42%
G = 37.21%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA802E (or 0xAA802E) is known color: Hot Toddy. HEX triplet: AA, 80 and 2E. RGB value is (170,128,46). Sum of RGB (Red+Green+Blue) = 170+128+46=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 46 (18.36% from 255 or 13.37% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA802E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA802E is #557FD1. Grayscale: #838383. Windows color (decimal): -5603282 or 3047594. OLE color: 3047594.

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

Color convert

RGB 170 128 46 -
CMYK 0 0.25 0.73 0.33
HSL 39.68º 0.57% 0.42% -
HSV(B) 39.68º 0.73% 0.67% -
XYZ 24.79 24.18 5.95 -
YUV 131.21 79.91 155.67 -
System Red Green Blue C M Y K H S L
Decimal 170 128 46 0 0.25 0.73 0.33 39.68 0.57 0.42
Hex AA 80 2E 0 19 49 21 28 39 2A
Octal 252 200 56 0 31 111 41 50 71 52
Binary 10101010 10000000 101110 0 11001 1001001 100001 101000 111001 101010

Color Harmonies of #AA802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA802E

Black with #AA802E

Text Example


Text Example

White with #AA802E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA802E; }

 p { color: rgb(170,128,46); }

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

background-color css

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

 a { background-color: rgb(170,128,46); }

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

border-color css

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

 span { border-color: rgb(170,128,46); }

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