Html Css Color HEX #AA712D Hot Toddy

📋 copy color: '#AA712D'

red 170 ◦ green 113 ◦ blue 45

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

Shades of Hot Toddy #AA712D

Tints of Hot Toddy #AA712D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.72%

R = 51.83%
G = 34.45%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA712D (or 0xAA712D) is known color: Hot Toddy. HEX triplet: AA, 71 and 2D. RGB value is (170,113,45). Sum of RGB (Red+Green+Blue) = 170+113+45=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA712D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA712D is #558ED2. Grayscale: #7A7A7A. Windows color (decimal): -5607123 or 2978218. OLE color: 2978218.

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

Color convert

RGB 170 113 45 -
CMYK 0 0.34 0.74 0.33
HSL 32.64º 0.58% 0.42% -
HSV(B) 32.64º 0.74% 0.67% -
XYZ 22.96 20.55 5.24 -
YUV 122.29 84.38 162.03 -
System Red Green Blue C M Y K H S L
Decimal 170 113 45 0 0.34 0.74 0.33 32.64 0.58 0.42
Hex AA 71 2D 0 22 4A 21 21 3A 2A
Octal 252 161 55 0 42 112 41 41 72 52
Binary 10101010 1110001 101101 0 100010 1001010 100001 100001 111010 101010

Color Harmonies of #AA712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA712D

Black with #AA712D

Text Example


Text Example

White with #AA712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA712D; }

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

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

background-color css

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

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

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

border-color css

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

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

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