Html Css Color HEX #AC2049 Old Rose

📋 copy color: '#AC2049'

red 172 ◦ green 32 ◦ blue 73

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

Shades of Old Rose #AC2049

Tints of Old Rose #AC2049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.55%

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

R = 62.09%
G = 11.55%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC2049 (or 0xAC2049) is known color: Old Rose. HEX triplet: AC, 20 and 49. RGB value is (172,32,73). Sum of RGB (Red+Green+Blue) = 172+32+73=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2049 is #53DFB6. Grayscale: #4E4E4E. Windows color (decimal): -5496759 or 4792492. OLE color: 4792492.

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

Color convert

RGB 172 32 73 -
CMYK 0 0.81 0.58 0.33
HSL 342.43º 0.69% 0.4% -
HSV(B) 342.43º 0.81% 0.67% -
XYZ 18.73 10.28 7.3 -
YUV 78.53 124.88 194.67 -
System Red Green Blue C M Y K H S L
Decimal 172 32 73 0 0.81 0.58 0.33 342.43 0.69 0.4
Hex AC 20 49 0 51 3A 21 156 45 28
Octal 254 40 111 0 121 72 41 526 105 50
Binary 10101100 100000 1001001 0 1010001 111010 100001 101010110 1000101 101000

Color Harmonies of #AC2049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2049

Black with #AC2049

Text Example


Text Example

White with #AC2049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2049; }

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

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

background-color css

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

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

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

border-color css

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

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

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