Html Css Color HEX #AA4739 Medium Carmine

📋 copy color: '#AA4739'

red 170 ◦ green 71 ◦ blue 57

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

Shades of Medium Carmine #AA4739

Tints of Medium Carmine #AA4739

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.83%

 BLUE value IS 57 (22.66% from 255) = 19.13%

R = 57.05%
G = 23.83%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA4739 (or 0xAA4739) is known color: Medium Carmine. HEX triplet: AA, 47 and 39. RGB value is (170,71,57). Sum of RGB (Red+Green+Blue) = 170+71+57=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4739 is #55B8C6. Grayscale: #636363. Windows color (decimal): -5617863 or 3753898. OLE color: 3753898.

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

Color convert

RGB 170 71 57 -
CMYK 0 0.58 0.66 0.33
HSL 7.43º 0.5% 0.45% -
HSV(B) 7.43º 0.66% 0.67% -
XYZ 19.57 13.35 5.42 -
YUV 99.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 170 71 57 0 0.58 0.66 0.33 7.43 0.5 0.45
Hex AA 47 39 0 3A 42 21 7 32 2D
Octal 252 107 71 0 72 102 41 7 62 55
Binary 10101010 1000111 111001 0 111010 1000010 100001 111 110010 101101

Color Harmonies of #AA4739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4739

Black with #AA4739

Text Example


Text Example

White with #AA4739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4739; }

 p { color: rgb(170,71,57); }

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

background-color css

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

 a { background-color: rgb(170,71,57); }

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

border-color css

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

 span { border-color: rgb(170,71,57); }

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