Html Css Color HEX #AC254F Old Rose

📋 copy color: '#AC254F'

red 172 ◦ green 37 ◦ blue 79

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

Shades of Old Rose #AC254F

Tints of Old Rose #AC254F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.43%

R = 59.72%
G = 12.85%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC254F (or 0xAC254F) is known color: Old Rose. HEX triplet: AC, 25 and 4F. RGB value is (172,37,79). Sum of RGB (Red+Green+Blue) = 172+37+79=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC254F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC254F is #53DAB0. Grayscale: #525252. Windows color (decimal): -5495473 or 5186988. OLE color: 5186988.

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

Color convert

RGB 172 37 79 -
CMYK 0 0.78 0.54 0.33
HSL 341.33º 0.65% 0.41% -
HSV(B) 341.33º 0.78% 0.67% -
XYZ 19.09 10.66 8.45 -
YUV 82.15 126.23 192.08 -
System Red Green Blue C M Y K H S L
Decimal 172 37 79 0 0.78 0.54 0.33 341.33 0.65 0.41
Hex AC 25 4F 0 4E 36 21 155 41 29
Octal 254 45 117 0 116 66 41 525 101 51
Binary 10101100 100101 1001111 0 1001110 110110 100001 101010101 1000001 101001

Color Harmonies of #AC254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC254F

Black with #AC254F

Text Example


Text Example

White with #AC254F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC254F; }

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

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

background-color css

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

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

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

border-color css

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

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

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