Html Css Color HEX #AA702A Hot Toddy

📋 copy color: '#AA702A'

red 170 ◦ green 112 ◦ blue 42

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

Shades of Hot Toddy #AA702A

Tints of Hot Toddy #AA702A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.96%

R = 52.47%
G = 34.57%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA702A (or 0xAA702A) is known color: Hot Toddy. HEX triplet: AA, 70 and 2A. RGB value is (170,112,42). Sum of RGB (Red+Green+Blue) = 170+112+42=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA702A is #558FD5. Grayscale: #797979. Windows color (decimal): -5607382 or 2781354. OLE color: 2781354.

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

Color convert

RGB 170 112 42 -
CMYK 0 0.34 0.75 0.33
HSL 32.81º 0.6% 0.42% -
HSV(B) 32.81º 0.75% 0.67% -
XYZ 22.79 20.3 4.91 -
YUV 121.36 83.22 162.69 -
System Red Green Blue C M Y K H S L
Decimal 170 112 42 0 0.34 0.75 0.33 32.81 0.6 0.42
Hex AA 70 2A 0 22 4B 21 21 3C 2A
Octal 252 160 52 0 42 113 41 41 74 52
Binary 10101010 1110000 101010 0 100010 1001011 100001 100001 111100 101010

Color Harmonies of #AA702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA702A

Black with #AA702A

Text Example


Text Example

White with #AA702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA702A; }

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

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

background-color css

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

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

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

border-color css

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

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

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