Html Css Color HEX #AA712B Hot Toddy

📋 copy color: '#AA712B'

red 170 ◦ green 113 ◦ blue 43

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

Shades of Hot Toddy #AA712B

Tints of Hot Toddy #AA712B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.66%

 BLUE value IS 43 (17.19% from 255) = 13.19%

R = 52.15%
G = 34.66%
B = 13.19%

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

#AA712B (or 0xAA712B) is known color: Hot Toddy. HEX triplet: AA, 71 and 2B. RGB value is (170,113,43). Sum of RGB (Red+Green+Blue) = 170+113+43=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA712B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA712B is #558ED4. Grayscale: #7A7A7A. Windows color (decimal): -5607125 or 2847146. OLE color: 2847146.

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

Color convert

RGB 170 113 43 -
CMYK 0 0.34 0.75 0.33
HSL 33.07º 0.6% 0.42% -
HSV(B) 33.07º 0.75% 0.67% -
XYZ 22.92 20.53 5.04 -
YUV 122.06 83.38 162.19 -
System Red Green Blue C M Y K H S L
Decimal 170 113 43 0 0.34 0.75 0.33 33.07 0.6 0.42
Hex AA 71 2B 0 22 4B 21 21 3C 2A
Octal 252 161 53 0 42 113 41 41 74 52
Binary 10101010 1110001 101011 0 100010 1001011 100001 100001 111100 101010

Color Harmonies of #AA712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA712B

Black with #AA712B

Text Example


Text Example

White with #AA712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA712B; }

 p { color: rgb(170,113,43); }

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

background-color css

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

 a { background-color: rgb(170,113,43); }

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

border-color css

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

 span { border-color: rgb(170,113,43); }

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