Html Css Color HEX #AC2F47 Old Rose

📋 copy color: '#AC2F47'

red 172 ◦ green 47 ◦ blue 71

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

Shades of Old Rose #AC2F47

Tints of Old Rose #AC2F47

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.21%

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

R = 59.31%
G = 16.21%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC2F47 (or 0xAC2F47) is known color: Old Rose. HEX triplet: AC, 2F and 47. RGB value is (172,47,71). Sum of RGB (Red+Green+Blue) = 172+47+71=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2F47 is #53D0B8. Grayscale: #575757. Windows color (decimal): -5492921 or 4665260. OLE color: 4665260.

HSL color Cylindrical-coordinate representation of color #AC2F47: hue angle of 348.48º degrees, saturation: 0.57, 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 #AC2F47 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 47 71 -
CMYK 0 0.73 0.59 0.33
HSL 348.48º 0.57% 0.43% -
HSV(B) 348.48º 0.73% 0.67% -
XYZ 19.17 11.26 7.12 -
YUV 87.11 118.91 188.55 -
System Red Green Blue C M Y K H S L
Decimal 172 47 71 0 0.73 0.59 0.33 348.48 0.57 0.43
Hex AC 2F 47 0 49 3B 21 15C 39 2B
Octal 254 57 107 0 111 73 41 534 71 53
Binary 10101100 101111 1000111 0 1001001 111011 100001 101011100 111001 101011

Color Harmonies of #AC2F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2F47

Black with #AC2F47

Text Example


Text Example

White with #AC2F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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