Html Css Color HEX #AA701B Hot Toddy

📋 copy color: '#AA701B'

red 170 ◦ green 112 ◦ blue 27

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

Shades of Hot Toddy #AA701B

Tints of Hot Toddy #AA701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.74%

R = 55.02%
G = 36.25%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA701B (or 0xAA701B) is known color: Hot Toddy. HEX triplet: AA, 70 and 1B. RGB value is (170,112,27). Sum of RGB (Red+Green+Blue) = 170+112+27=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA701B is #558FE4. Grayscale: #787878. Windows color (decimal): -5607397 or 1798314. OLE color: 1798314.

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

Color convert

RGB 170 112 27 -
CMYK 0 0.34 0.84 0.33
HSL 35.66º 0.73% 0.39% -
HSV(B) 35.66º 0.84% 0.67% -
XYZ 22.57 20.21 3.75 -
YUV 119.65 75.72 163.91 -
System Red Green Blue C M Y K H S L
Decimal 170 112 27 0 0.34 0.84 0.33 35.66 0.73 0.39
Hex AA 70 1B 0 22 54 21 24 49 27
Octal 252 160 33 0 42 124 41 44 111 47
Binary 10101010 1110000 11011 0 100010 1010100 100001 100100 1001001 100111

Color Harmonies of #AA701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA701B

Black with #AA701B

Text Example


Text Example

White with #AA701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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