Html Css Color HEX #AC2546 Old Rose

📋 copy color: '#AC2546'

red 172 ◦ green 37 ◦ blue 70

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

Shades of Old Rose #AC2546

Tints of Old Rose #AC2546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.09%

R = 61.65%
G = 13.26%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC2546 (or 0xAC2546) is known color: Old Rose. HEX triplet: AC, 25 and 46. RGB value is (172,37,70). Sum of RGB (Red+Green+Blue) = 172+37+70=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2546 is #53DAB9. Grayscale: #515151. Windows color (decimal): -5495482 or 4597164. OLE color: 4597164.

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

Color convert

RGB 172 37 70 -
CMYK 0 0.78 0.59 0.33
HSL 345.33º 0.65% 0.41% -
HSV(B) 345.33º 0.78% 0.67% -
XYZ 18.78 10.54 6.84 -
YUV 81.13 121.73 192.82 -
System Red Green Blue C M Y K H S L
Decimal 172 37 70 0 0.78 0.59 0.33 345.33 0.65 0.41
Hex AC 25 46 0 4E 3B 21 159 41 29
Octal 254 45 106 0 116 73 41 531 101 51
Binary 10101100 100101 1000110 0 1001110 111011 100001 101011001 1000001 101001

Color Harmonies of #AC2546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2546

Black with #AC2546

Text Example


Text Example

White with #AC2546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2546; }

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

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

background-color css

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

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

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

border-color css

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

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

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