Html Css Color HEX #AA702F Hot Toddy

📋 copy color: '#AA702F'

red 170 ◦ green 112 ◦ blue 47

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

Shades of Hot Toddy #AA702F

Tints of Hot Toddy #AA702F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.29%

R = 51.67%
G = 34.04%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA702F (or 0xAA702F) is known color: Hot Toddy. HEX triplet: AA, 70 and 2F. RGB value is (170,112,47). Sum of RGB (Red+Green+Blue) = 170+112+47=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA702F is #558FD0. Grayscale: #7A7A7A. Windows color (decimal): -5607377 or 3109034. OLE color: 3109034.

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

Color convert

RGB 170 112 47 -
CMYK 0 0.34 0.72 0.33
HSL 31.71º 0.57% 0.43% -
HSV(B) 31.71º 0.72% 0.67% -
XYZ 22.88 20.34 5.41 -
YUV 121.93 85.72 162.29 -
System Red Green Blue C M Y K H S L
Decimal 170 112 47 0 0.34 0.72 0.33 31.71 0.57 0.43
Hex AA 70 2F 0 22 48 21 20 39 2B
Octal 252 160 57 0 42 110 41 40 71 53
Binary 10101010 1110000 101111 0 100010 1001000 100001 100000 111001 101011

Color Harmonies of #AA702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA702F

Black with #AA702F

Text Example


Text Example

White with #AA702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA702F; }

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

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

background-color css

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

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

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

border-color css

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

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

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