Html Css Color HEX #AC2447 Old Rose

📋 copy color: '#AC2447'

red 172 ◦ green 36 ◦ blue 71

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

Shades of Old Rose #AC2447

Tints of Old Rose #AC2447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.9%

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

R = 61.65%
G = 12.9%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC2447 (or 0xAC2447) is known color: Old Rose. HEX triplet: AC, 24 and 47. RGB value is (172,36,71). Sum of RGB (Red+Green+Blue) = 172+36+71=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2447 is #53DBB8. Grayscale: #505050. Windows color (decimal): -5495737 or 4662444. OLE color: 4662444.

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

Color convert

RGB 172 36 71 -
CMYK 0 0.79 0.59 0.33
HSL 344.56º 0.65% 0.41% -
HSV(B) 344.56º 0.79% 0.67% -
XYZ 18.78 10.49 7 -
YUV 80.65 122.56 193.15 -
System Red Green Blue C M Y K H S L
Decimal 172 36 71 0 0.79 0.59 0.33 344.56 0.65 0.41
Hex AC 24 47 0 4F 3B 21 159 41 29
Octal 254 44 107 0 117 73 41 531 101 51
Binary 10101100 100100 1000111 0 1001111 111011 100001 101011001 1000001 101001

Color Harmonies of #AC2447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2447

Black with #AC2447

Text Example


Text Example

White with #AC2447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2447; }

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

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

background-color css

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

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

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

border-color css

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

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

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