Html Css Color HEX #AA742F Hot Toddy

📋 copy color: '#AA742F'

red 170 ◦ green 116 ◦ blue 47

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

Shades of Hot Toddy #AA742F

Tints of Hot Toddy #AA742F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.83%

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

R = 51.05%
G = 34.83%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA742F (or 0xAA742F) is known color: Hot Toddy. HEX triplet: AA, 74 and 2F. RGB value is (170,116,47). Sum of RGB (Red+Green+Blue) = 170+116+47=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA742F is #558BD0. Grayscale: #7C7C7C. Windows color (decimal): -5606353 or 3110058. OLE color: 3110058.

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

Color convert

RGB 170 116 47 -
CMYK 0 0.32 0.72 0.33
HSL 33.66º 0.57% 0.43% -
HSV(B) 33.66º 0.72% 0.67% -
XYZ 23.34 21.24 5.56 -
YUV 124.28 84.39 160.61 -
System Red Green Blue C M Y K H S L
Decimal 170 116 47 0 0.32 0.72 0.33 33.66 0.57 0.43
Hex AA 74 2F 0 20 48 21 22 39 2B
Octal 252 164 57 0 40 110 41 42 71 53
Binary 10101010 1110100 101111 0 100000 1001000 100001 100010 111001 101011

Color Harmonies of #AA742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA742F

Black with #AA742F

Text Example


Text Example

White with #AA742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA742F; }

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

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

background-color css

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

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

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

border-color css

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

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

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