Html Css Color HEX #AC254C Old Rose

📋 copy color: '#AC254C'

red 172 ◦ green 37 ◦ blue 76

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

Shades of Old Rose #AC254C

Tints of Old Rose #AC254C

RGB

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

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

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

R = 60.35%
G = 12.98%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC254C (or 0xAC254C) is known color: Old Rose. HEX triplet: AC, 25 and 4C. RGB value is (172,37,76). Sum of RGB (Red+Green+Blue) = 172+37+76=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC254C is #53DAB3. Grayscale: #515151. Windows color (decimal): -5495476 or 4990380. OLE color: 4990380.

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

Color convert

RGB 172 37 76 -
CMYK 0 0.78 0.56 0.33
HSL 342.67º 0.65% 0.41% -
HSV(B) 342.67º 0.78% 0.67% -
XYZ 18.98 10.62 7.89 -
YUV 81.81 124.73 192.33 -
System Red Green Blue C M Y K H S L
Decimal 172 37 76 0 0.78 0.56 0.33 342.67 0.65 0.41
Hex AC 25 4C 0 4E 38 21 157 41 29
Octal 254 45 114 0 116 70 41 527 101 51
Binary 10101100 100101 1001100 0 1001110 111000 100001 101010111 1000001 101001

Color Harmonies of #AC254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC254C

Black with #AC254C

Text Example


Text Example

White with #AC254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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