Html Css Color HEX #AA4537 Medium Carmine

📋 copy color: '#AA4537'

red 170 ◦ green 69 ◦ blue 55

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

Shades of Medium Carmine #AA4537

Tints of Medium Carmine #AA4537

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.47%

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

R = 57.82%
G = 23.47%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA4537 (or 0xAA4537) is known color: Medium Carmine. HEX triplet: AA, 45 and 37. RGB value is (170,69,55). Sum of RGB (Red+Green+Blue) = 170+69+55=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4537 is #55BAC8. Grayscale: #616161. Windows color (decimal): -5618377 or 3622314. OLE color: 3622314.

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

Color convert

RGB 170 69 55 -
CMYK 0 0.59 0.68 0.33
HSL 7.3º 0.51% 0.44% -
HSV(B) 7.3º 0.68% 0.67% -
XYZ 19.4 13.08 5.12 -
YUV 97.6 103.96 179.64 -
System Red Green Blue C M Y K H S L
Decimal 170 69 55 0 0.59 0.68 0.33 7.3 0.51 0.44
Hex AA 45 37 0 3B 44 21 7 33 2C
Octal 252 105 67 0 73 104 41 7 63 54
Binary 10101010 1000101 110111 0 111011 1000100 100001 111 110011 101100

Color Harmonies of #AA4537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4537

Black with #AA4537

Text Example


Text Example

White with #AA4537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4537; }

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

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

background-color css

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

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

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

border-color css

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

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

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