Html Css Color HEX #AC2547 Old Rose

📋 copy color: '#AC2547'

red 172 ◦ green 37 ◦ blue 71

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

Shades of Old Rose #AC2547

Tints of Old Rose #AC2547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.21%

 BLUE value IS 71 (28.13% from 255) = 25.36%

R = 61.43%
G = 13.21%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC2547 (or 0xAC2547) is known color: Old Rose. HEX triplet: AC, 25 and 47. RGB value is (172,37,71). Sum of RGB (Red+Green+Blue) = 172+37+71=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2547 is #53DAB8. Grayscale: #515151. Windows color (decimal): -5495481 or 4662700. OLE color: 4662700.

HSL color Cylindrical-coordinate representation of color #AC2547: hue angle of 344.89º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2547 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 37 71 -
CMYK 0 0.78 0.59 0.33
HSL 344.89º 0.65% 0.41% -
HSV(B) 344.89º 0.78% 0.67% -
XYZ 18.81 10.55 7.01 -
YUV 81.24 122.23 192.74 -
System Red Green Blue C M Y K H S L
Decimal 172 37 71 0 0.78 0.59 0.33 344.89 0.65 0.41
Hex AC 25 47 0 4E 3B 21 159 41 29
Octal 254 45 107 0 116 73 41 531 101 51
Binary 10101100 100101 1000111 0 1001110 111011 100001 101011001 1000001 101001

Color Harmonies of #AC2547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2547

Black with #AC2547

Text Example


Text Example

White with #AC2547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2547; }

 p { color: rgb(172,37,71); }

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

background-color css

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

 a { background-color: rgb(172,37,71); }

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

border-color css

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

 span { border-color: rgb(172,37,71); }

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