Html Css Color HEX #AC2C49 Old Rose

📋 copy color: '#AC2C49'

red 172 ◦ green 44 ◦ blue 73

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

Shades of Old Rose #AC2C49

Tints of Old Rose #AC2C49

RGB

 RED value IS 172 (67.58% from 255) = 59.52%

 GREEN value IS 44 (17.58% from 255) = 15.22%

 BLUE value IS 73 (28.91% from 255) = 25.26%

R = 59.52%
G = 15.22%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC2C49 (or 0xAC2C49) is known color: Old Rose. HEX triplet: AC, 2C and 49. RGB value is (172,44,73). Sum of RGB (Red+Green+Blue) = 172+44+73=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2C49 is #53D3B6. Grayscale: #555555. Windows color (decimal): -5493687 or 4795564. OLE color: 4795564.

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

Color convert

RGB 172 44 73 -
CMYK 0 0.74 0.58 0.33
HSL 346.41º 0.59% 0.42% -
HSV(B) 346.41º 0.74% 0.67% -
XYZ 19.12 11.05 7.43 -
YUV 85.58 120.91 189.64 -
System Red Green Blue C M Y K H S L
Decimal 172 44 73 0 0.74 0.58 0.33 346.41 0.59 0.42
Hex AC 2C 49 0 4A 3A 21 15A 3B 2A
Octal 254 54 111 0 112 72 41 532 73 52
Binary 10101100 101100 1001001 0 1001010 111010 100001 101011010 111011 101010

Color Harmonies of #AC2C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2C49

Black with #AC2C49

Text Example


Text Example

White with #AC2C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2C49; }

 p { color: rgb(172,44,73); }

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

background-color css

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

 a { background-color: rgb(172,44,73); }

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

border-color css

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

 span { border-color: rgb(172,44,73); }

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