Html Css Color HEX #AC254D Old Rose

📋 copy color: '#AC254D'

red 172 ◦ green 37 ◦ blue 77

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

Shades of Old Rose #AC254D

Tints of Old Rose #AC254D

RGB

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

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

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

R = 60.14%
G = 12.94%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC254D (or 0xAC254D) is known color: Old Rose. HEX triplet: AC, 25 and 4D. RGB value is (172,37,77). Sum of RGB (Red+Green+Blue) = 172+37+77=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC254D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC254D is #53DAB2. Grayscale: #515151. Windows color (decimal): -5495475 or 5055916. OLE color: 5055916.

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

Color convert

RGB 172 37 77 -
CMYK 0 0.78 0.55 0.33
HSL 342.22º 0.65% 0.41% -
HSV(B) 342.22º 0.78% 0.67% -
XYZ 19.01 10.63 8.07 -
YUV 81.93 125.23 192.25 -
System Red Green Blue C M Y K H S L
Decimal 172 37 77 0 0.78 0.55 0.33 342.22 0.65 0.41
Hex AC 25 4D 0 4E 37 21 156 41 29
Octal 254 45 115 0 116 67 41 526 101 51
Binary 10101100 100101 1001101 0 1001110 110111 100001 101010110 1000001 101001

Color Harmonies of #AC254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC254D

Black with #AC254D

Text Example


Text Example

White with #AC254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC254D; }

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

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

background-color css

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

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

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

border-color css

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

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

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