Html Css Color HEX #AA702E Hot Toddy

📋 copy color: '#AA702E'

red 170 ◦ green 112 ◦ blue 46

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

Shades of Hot Toddy #AA702E

Tints of Hot Toddy #AA702E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

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

R = 51.83%
G = 34.15%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA702E (or 0xAA702E) is known color: Hot Toddy. HEX triplet: AA, 70 and 2E. RGB value is (170,112,46). Sum of RGB (Red+Green+Blue) = 170+112+46=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA702E is #558FD1. Grayscale: #7A7A7A. Windows color (decimal): -5607378 or 3043498. OLE color: 3043498.

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

Color convert

RGB 170 112 46 -
CMYK 0 0.34 0.73 0.33
HSL 31.94º 0.57% 0.42% -
HSV(B) 31.94º 0.73% 0.67% -
XYZ 22.86 20.33 5.3 -
YUV 121.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 170 112 46 0 0.34 0.73 0.33 31.94 0.57 0.42
Hex AA 70 2E 0 22 49 21 20 39 2A
Octal 252 160 56 0 42 111 41 40 71 52
Binary 10101010 1110000 101110 0 100010 1001001 100001 100000 111001 101010

Color Harmonies of #AA702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA702E

Black with #AA702E

Text Example


Text Example

White with #AA702E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA702E; }

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

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

background-color css

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

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

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

border-color css

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

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

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