Html Css Color HEX #AA802B Hot Toddy

📋 copy color: '#AA802B'

red 170 ◦ green 128 ◦ blue 43

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

Shades of Hot Toddy #AA802B

Tints of Hot Toddy #AA802B

RGB

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

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

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

R = 49.85%
G = 37.54%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA802B (or 0xAA802B) is known color: Hot Toddy. HEX triplet: AA, 80 and 2B. RGB value is (170,128,43). Sum of RGB (Red+Green+Blue) = 170+128+43=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA802B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA802B is #557FD4. Grayscale: #838383. Windows color (decimal): -5603285 or 2850986. OLE color: 2850986.

HSL color Cylindrical-coordinate representation of color #AA802B: hue angle of 40.16º 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 #AA802B is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 128 43 -
CMYK 0 0.25 0.75 0.33
HSL 40.16º 0.6% 0.42% -
HSV(B) 40.16º 0.75% 0.67% -
XYZ 24.73 24.16 5.65 -
YUV 130.87 78.41 155.91 -
System Red Green Blue C M Y K H S L
Decimal 170 128 43 0 0.25 0.75 0.33 40.16 0.6 0.42
Hex AA 80 2B 0 19 4B 21 28 3C 2A
Octal 252 200 53 0 31 113 41 50 74 52
Binary 10101010 10000000 101011 0 11001 1001011 100001 101000 111100 101010

Color Harmonies of #AA802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA802B

Black with #AA802B

Text Example


Text Example

White with #AA802B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA802B; }

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

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

background-color css

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

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

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

border-color css

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

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

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