Html Css Color HEX #AC244C Old Rose

📋 copy color: '#AC244C'

red 172 ◦ green 36 ◦ blue 76

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

Shades of Old Rose #AC244C

Tints of Old Rose #AC244C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.76%

R = 60.56%
G = 12.68%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC244C (or 0xAC244C) is known color: Old Rose. HEX triplet: AC, 24 and 4C. RGB value is (172,36,76). Sum of RGB (Red+Green+Blue) = 172+36+76=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC244C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC244C is #53DBB3. Grayscale: #515151. Windows color (decimal): -5495732 or 4990124. OLE color: 4990124.

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

Color convert

RGB 172 36 76 -
CMYK 0 0.79 0.56 0.33
HSL 342.35º 0.65% 0.41% -
HSV(B) 342.35º 0.79% 0.67% -
XYZ 18.95 10.55 7.88 -
YUV 81.22 125.06 192.75 -
System Red Green Blue C M Y K H S L
Decimal 172 36 76 0 0.79 0.56 0.33 342.35 0.65 0.41
Hex AC 24 4C 0 4F 38 21 156 41 29
Octal 254 44 114 0 117 70 41 526 101 51
Binary 10101100 100100 1001100 0 1001111 111000 100001 101010110 1000001 101001

Color Harmonies of #AC244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC244C

Black with #AC244C

Text Example


Text Example

White with #AC244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC244C; }

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

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

background-color css

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

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

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

border-color css

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

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

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