Html Css Color HEX #AA701E Hot Toddy

📋 copy color: '#AA701E'

red 170 ◦ green 112 ◦ blue 30

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

Shades of Hot Toddy #AA701E

Tints of Hot Toddy #AA701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.62%

R = 54.49%
G = 35.9%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA701E (or 0xAA701E) is known color: Hot Toddy. HEX triplet: AA, 70 and 1E. RGB value is (170,112,30). Sum of RGB (Red+Green+Blue) = 170+112+30=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA701E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA701E is #558FE1. Grayscale: #787878. Windows color (decimal): -5607394 or 1994922. OLE color: 1994922.

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

Color convert

RGB 170 112 30 -
CMYK 0 0.34 0.82 0.33
HSL 35.14º 0.7% 0.39% -
HSV(B) 35.14º 0.82% 0.67% -
XYZ 22.61 20.23 3.94 -
YUV 119.99 77.22 163.67 -
System Red Green Blue C M Y K H S L
Decimal 170 112 30 0 0.34 0.82 0.33 35.14 0.7 0.39
Hex AA 70 1E 0 22 52 21 23 46 27
Octal 252 160 36 0 42 122 41 43 106 47
Binary 10101010 1110000 11110 0 100010 1010010 100001 100011 1000110 100111

Color Harmonies of #AA701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA701E

Black with #AA701E

Text Example


Text Example

White with #AA701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA701E; }

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

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

background-color css

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

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

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

border-color css

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

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

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