Html Css Color HEX #AC2149 Old Rose

📋 copy color: '#AC2149'

red 172 ◦ green 33 ◦ blue 73

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

Shades of Old Rose #AC2149

Tints of Old Rose #AC2149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

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

R = 61.87%
G = 11.87%
B = 26.26%

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

#AC2149 (or 0xAC2149) is known color: Old Rose. HEX triplet: AC, 21 and 49. RGB value is (172,33,73). Sum of RGB (Red+Green+Blue) = 172+33+73=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2149 is #53DEB6. Grayscale: #4F4F4F. Windows color (decimal): -5496503 or 4792748. OLE color: 4792748.

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

Color convert

RGB 172 33 73 -
CMYK 0 0.81 0.58 0.33
HSL 342.73º 0.68% 0.4% -
HSV(B) 342.73º 0.81% 0.67% -
XYZ 18.76 10.34 7.31 -
YUV 79.12 124.55 194.25 -
System Red Green Blue C M Y K H S L
Decimal 172 33 73 0 0.81 0.58 0.33 342.73 0.68 0.4
Hex AC 21 49 0 51 3A 21 157 44 28
Octal 254 41 111 0 121 72 41 527 104 50
Binary 10101100 100001 1001001 0 1010001 111010 100001 101010111 1000100 101000

Color Harmonies of #AC2149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2149

Black with #AC2149

Text Example


Text Example

White with #AC2149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2149; }

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

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

background-color css

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

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

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

border-color css

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

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

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