Html Css Color HEX #AC2749 Old Rose

📋 copy color: '#AC2749'

red 172 ◦ green 39 ◦ blue 73

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

Shades of Old Rose #AC2749

Tints of Old Rose #AC2749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.73%

 BLUE value IS 73 (28.91% from 255) = 25.7%

R = 60.56%
G = 13.73%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC2749 (or 0xAC2749) is known color: Old Rose. HEX triplet: AC, 27 and 49. RGB value is (172,39,73). Sum of RGB (Red+Green+Blue) = 172+39+73=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2749 is #53D8B6. Grayscale: #525252. Windows color (decimal): -5494967 or 4794284. OLE color: 4794284.

HSL color Cylindrical-coordinate representation of color #AC2749: hue angle of 344.66º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2749 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 39 73 -
CMYK 0 0.77 0.58 0.33
HSL 344.66º 0.63% 0.41% -
HSV(B) 344.66º 0.77% 0.67% -
XYZ 18.94 10.7 7.37 -
YUV 82.64 122.56 191.74 -
System Red Green Blue C M Y K H S L
Decimal 172 39 73 0 0.77 0.58 0.33 344.66 0.63 0.41
Hex AC 27 49 0 4D 3A 21 159 3F 29
Octal 254 47 111 0 115 72 41 531 77 51
Binary 10101100 100111 1001001 0 1001101 111010 100001 101011001 111111 101001

Color Harmonies of #AC2749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2749

Black with #AC2749

Text Example


Text Example

White with #AC2749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2749; }

 p { color: rgb(172,39,73); }

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

background-color css

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

 a { background-color: rgb(172,39,73); }

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

border-color css

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

 span { border-color: rgb(172,39,73); }

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