Html Css Color HEX #AC204C Old Rose

📋 copy color: '#AC204C'

red 172 ◦ green 32 ◦ blue 76

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

Shades of Old Rose #AC204C

Tints of Old Rose #AC204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

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

R = 61.43%
G = 11.43%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC204C (or 0xAC204C) is known color: Old Rose. HEX triplet: AC, 20 and 4C. RGB value is (172,32,76). Sum of RGB (Red+Green+Blue) = 172+32+76=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC204C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC204C is #53DFB3. Grayscale: #4E4E4E. Windows color (decimal): -5496756 or 4989100. OLE color: 4989100.

HSL color Cylindrical-coordinate representation of color #AC204C: hue angle of 341.14º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC204C is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 32 76 -
CMYK 0 0.81 0.56 0.33
HSL 341.14º 0.69% 0.4% -
HSV(B) 341.14º 0.81% 0.67% -
XYZ 18.83 10.33 7.84 -
YUV 78.88 126.38 194.42 -
System Red Green Blue C M Y K H S L
Decimal 172 32 76 0 0.81 0.56 0.33 341.14 0.69 0.4
Hex AC 20 4C 0 51 38 21 155 45 28
Octal 254 40 114 0 121 70 41 525 105 50
Binary 10101100 100000 1001100 0 1010001 111000 100001 101010101 1000101 101000

Color Harmonies of #AC204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC204C

Black with #AC204C

Text Example


Text Example

White with #AC204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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