Html Css Color HEX #AC2544 Old Rose

📋 copy color: '#AC2544'

red 172 ◦ green 37 ◦ blue 68

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

Shades of Old Rose #AC2544

Tints of Old Rose #AC2544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.55%

R = 62.09%
G = 13.36%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC2544 (or 0xAC2544) is known color: Old Rose. HEX triplet: AC, 25 and 44. RGB value is (172,37,68). Sum of RGB (Red+Green+Blue) = 172+37+68=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2544 is #53DABB. Grayscale: #505050. Windows color (decimal): -5495484 or 4466092. OLE color: 4466092.

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

Color convert

RGB 172 37 68 -
CMYK 0 0.78 0.60 0.33
HSL 346.22º 0.65% 0.41% -
HSV(B) 346.22º 0.78% 0.67% -
XYZ 18.72 10.51 6.51 -
YUV 80.9 120.73 192.98 -
System Red Green Blue C M Y K H S L
Decimal 172 37 68 0 0.78 0.60 0.33 346.22 0.65 0.41
Hex AC 25 44 0 4E 3C 21 15A 41 29
Octal 254 45 104 0 116 74 41 532 101 51
Binary 10101100 100101 1000100 0 1001110 111100 100001 101011010 1000001 101001

Color Harmonies of #AC2544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2544

Black with #AC2544

Text Example


Text Example

White with #AC2544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2544; }

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

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

background-color css

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

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

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

border-color css

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

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

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