Html Css Color HEX #AC2951 Old Rose

📋 copy color: '#AC2951'

red 172 ◦ green 41 ◦ blue 81

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

Shades of Old Rose #AC2951

Tints of Old Rose #AC2951

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.95%

 BLUE value IS 81 (32.03% from 255) = 27.55%

R = 58.5%
G = 13.95%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC2951 (or 0xAC2951) is known color: Old Rose. HEX triplet: AC, 29 and 51. RGB value is (172,41,81). Sum of RGB (Red+Green+Blue) = 172+41+81=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2951 is #53D6AE. Grayscale: #545454. Windows color (decimal): -5494447 or 5319084. OLE color: 5319084.

HSL color Cylindrical-coordinate representation of color #AC2951: hue angle of 341.68º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2951 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 41 81 -
CMYK 0 0.76 0.53 0.33
HSL 341.68º 0.62% 0.42% -
HSV(B) 341.68º 0.76% 0.67% -
XYZ 19.29 10.95 8.88 -
YUV 84.73 125.9 190.25 -
System Red Green Blue C M Y K H S L
Decimal 172 41 81 0 0.76 0.53 0.33 341.68 0.62 0.42
Hex AC 29 51 0 4C 35 21 156 3E 2A
Octal 254 51 121 0 114 65 41 526 76 52
Binary 10101100 101001 1010001 0 1001100 110101 100001 101010110 111110 101010

Color Harmonies of #AC2951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2951

Black with #AC2951

Text Example


Text Example

White with #AC2951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2951; }

 p { color: rgb(172,41,81); }

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

background-color css

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

 a { background-color: rgb(172,41,81); }

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

border-color css

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

 span { border-color: rgb(172,41,81); }

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