Html Css Color HEX #AC2E48 Old Rose

📋 copy color: '#AC2E48'

red 172 ◦ green 46 ◦ blue 72

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

Shades of Old Rose #AC2E48

Tints of Old Rose #AC2E48

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.86%

 BLUE value IS 72 (28.52% from 255) = 24.83%

R = 59.31%
G = 15.86%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC2E48 (or 0xAC2E48) is known color: Old Rose. HEX triplet: AC, 2E and 48. RGB value is (172,46,72). Sum of RGB (Red+Green+Blue) = 172+46+72=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2E48 is #53D1B7. Grayscale: #565656. Windows color (decimal): -5493176 or 4730540. OLE color: 4730540.

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

Color convert

RGB 172 46 72 -
CMYK 0 0.73 0.58 0.33
HSL 347.62º 0.58% 0.43% -
HSV(B) 347.62º 0.73% 0.67% -
XYZ 19.16 11.19 7.28 -
YUV 86.64 119.74 188.89 -
System Red Green Blue C M Y K H S L
Decimal 172 46 72 0 0.73 0.58 0.33 347.62 0.58 0.43
Hex AC 2E 48 0 49 3A 21 15C 3A 2B
Octal 254 56 110 0 111 72 41 534 72 53
Binary 10101100 101110 1001000 0 1001001 111010 100001 101011100 111010 101011

Color Harmonies of #AC2E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2E48

Black with #AC2E48

Text Example


Text Example

White with #AC2E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2E48; }

 p { color: rgb(172,46,72); }

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

background-color css

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

 a { background-color: rgb(172,46,72); }

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

border-color css

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

 span { border-color: rgb(172,46,72); }

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