Html Css Color HEX #AA702C Hot Toddy

📋 copy color: '#AA702C'

red 170 ◦ green 112 ◦ blue 44

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

Shades of Hot Toddy #AA702C

Tints of Hot Toddy #AA702C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.5%

R = 52.15%
G = 34.36%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA702C (or 0xAA702C) is known color: Hot Toddy. HEX triplet: AA, 70 and 2C. RGB value is (170,112,44). Sum of RGB (Red+Green+Blue) = 170+112+44=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA702C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA702C is #558FD3. Grayscale: #797979. Windows color (decimal): -5607380 or 2912426. OLE color: 2912426.

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

Color convert

RGB 170 112 44 -
CMYK 0 0.34 0.74 0.33
HSL 32.38º 0.59% 0.42% -
HSV(B) 32.38º 0.74% 0.67% -
XYZ 22.83 20.32 5.1 -
YUV 121.59 84.22 162.53 -
System Red Green Blue C M Y K H S L
Decimal 170 112 44 0 0.34 0.74 0.33 32.38 0.59 0.42
Hex AA 70 2C 0 22 4A 21 20 3B 2A
Octal 252 160 54 0 42 112 41 40 73 52
Binary 10101010 1110000 101100 0 100010 1001010 100001 100000 111011 101010

Color Harmonies of #AA702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA702C

Black with #AA702C

Text Example


Text Example

White with #AA702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA702C; }

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

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

background-color css

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

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

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

border-color css

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

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

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