Html Css Color HEX #AC3144 Old Rose

📋 copy color: '#AC3144'

red 172 ◦ green 49 ◦ blue 68

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

Shades of Old Rose #AC3144

Tints of Old Rose #AC3144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.96%

 BLUE value IS 68 (26.95% from 255) = 23.53%

R = 59.52%
G = 16.96%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC3144 (or 0xAC3144) is known color: Old Rose. HEX triplet: AC, 31 and 44. RGB value is (172,49,68). Sum of RGB (Red+Green+Blue) = 172+49+68=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3144 is #53CEBB. Grayscale: #575757. Windows color (decimal): -5492412 or 4469164. OLE color: 4469164.

HSL color Cylindrical-coordinate representation of color #AC3144: hue angle of 350.73º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3144 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 49 68 -
CMYK 0 0.72 0.60 0.33
HSL 350.73º 0.56% 0.43% -
HSV(B) 350.73º 0.72% 0.67% -
XYZ 19.15 11.38 6.66 -
YUV 87.94 116.75 187.96 -
System Red Green Blue C M Y K H S L
Decimal 172 49 68 0 0.72 0.60 0.33 350.73 0.56 0.43
Hex AC 31 44 0 48 3C 21 15F 38 2B
Octal 254 61 104 0 110 74 41 537 70 53
Binary 10101100 110001 1000100 0 1001000 111100 100001 101011111 111000 101011

Color Harmonies of #AC3144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3144

Black with #AC3144

Text Example


Text Example

White with #AC3144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3144; }

 p { color: rgb(172,49,68); }

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

background-color css

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

 a { background-color: rgb(172,49,68); }

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

border-color css

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

 span { border-color: rgb(172,49,68); }

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