Html Css Color HEX #AC2950 Old Rose

📋 copy color: '#AC2950'

red 172 ◦ green 41 ◦ blue 80

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

Shades of Old Rose #AC2950

Tints of Old Rose #AC2950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.3%

R = 58.7%
G = 13.99%
B = 27.3%

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

#AC2950 (or 0xAC2950) is known color: Old Rose. HEX triplet: AC, 29 and 50. RGB value is (172,41,80). Sum of RGB (Red+Green+Blue) = 172+41+80=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2950 is #53D6AF. Grayscale: #545454. Windows color (decimal): -5494448 or 5253548. OLE color: 5253548.

HSL color Cylindrical-coordinate representation of color #AC2950: hue angle of 342.14º 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 #AC2950 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 41 80 -
CMYK 0 0.76 0.53 0.33
HSL 342.14º 0.62% 0.42% -
HSV(B) 342.14º 0.76% 0.67% -
XYZ 19.25 10.94 8.69 -
YUV 84.62 125.4 190.33 -
System Red Green Blue C M Y K H S L
Decimal 172 41 80 0 0.76 0.53 0.33 342.14 0.62 0.42
Hex AC 29 50 0 4C 35 21 156 3E 2A
Octal 254 51 120 0 114 65 41 526 76 52
Binary 10101100 101001 1010000 0 1001100 110101 100001 101010110 111110 101010

Color Harmonies of #AC2950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2950

Black with #AC2950

Text Example


Text Example

White with #AC2950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2950; }

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

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

background-color css

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

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

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

border-color css

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

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

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