Html Css Color HEX #AA4737 Medium Carmine

📋 copy color: '#AA4737'

red 170 ◦ green 71 ◦ blue 55

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

Shades of Medium Carmine #AA4737

Tints of Medium Carmine #AA4737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.58%

R = 57.43%
G = 23.99%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA4737 (or 0xAA4737) is known color: Medium Carmine. HEX triplet: AA, 47 and 37. RGB value is (170,71,55). Sum of RGB (Red+Green+Blue) = 170+71+55=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4737 is #55B8C8. Grayscale: #626262. Windows color (decimal): -5617865 or 3622826. OLE color: 3622826.

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

Color convert

RGB 170 71 55 -
CMYK 0 0.58 0.68 0.33
HSL 8.35º 0.51% 0.44% -
HSV(B) 8.35º 0.68% 0.67% -
XYZ 19.52 13.33 5.16 -
YUV 98.78 103.3 178.8 -
System Red Green Blue C M Y K H S L
Decimal 170 71 55 0 0.58 0.68 0.33 8.35 0.51 0.44
Hex AA 47 37 0 3A 44 21 8 33 2C
Octal 252 107 67 0 72 104 41 10 63 54
Binary 10101010 1000111 110111 0 111010 1000100 100001 1000 110011 101100

Color Harmonies of #AA4737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4737

Black with #AA4737

Text Example


Text Example

White with #AA4737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4737; }

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

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

background-color css

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

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

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

border-color css

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

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

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