Html Css Color HEX #AC204D Old Rose

📋 copy color: '#AC204D'

red 172 ◦ green 32 ◦ blue 77

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

Shades of Old Rose #AC204D

Tints of Old Rose #AC204D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.4%

R = 61.21%
G = 11.39%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC204D (or 0xAC204D) is known color: Old Rose. HEX triplet: AC, 20 and 4D. RGB value is (172,32,77). Sum of RGB (Red+Green+Blue) = 172+32+77=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC204D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC204D is #53DFB2. Grayscale: #4E4E4E. Windows color (decimal): -5496755 or 5054636. OLE color: 5054636.

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

Color convert

RGB 172 32 77 -
CMYK 0 0.81 0.55 0.33
HSL 340.71º 0.69% 0.4% -
HSV(B) 340.71º 0.81% 0.67% -
XYZ 18.87 10.34 8.02 -
YUV 78.99 126.88 194.34 -
System Red Green Blue C M Y K H S L
Decimal 172 32 77 0 0.81 0.55 0.33 340.71 0.69 0.4
Hex AC 20 4D 0 51 37 21 155 45 28
Octal 254 40 115 0 121 67 41 525 105 50
Binary 10101100 100000 1001101 0 1010001 110111 100001 101010101 1000101 101000

Color Harmonies of #AC204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC204D

Black with #AC204D

Text Example


Text Example

White with #AC204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC204D; }

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

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

background-color css

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

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

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

border-color css

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

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

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