Html Css Color HEX #AC3146 Old Rose

📋 copy color: '#AC3146'

red 172 ◦ green 49 ◦ blue 70

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

Shades of Old Rose #AC3146

Tints of Old Rose #AC3146

RGB

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

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

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

R = 59.11%
G = 16.84%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC3146 (or 0xAC3146) is known color: Old Rose. HEX triplet: AC, 31 and 46. RGB value is (172,49,70). Sum of RGB (Red+Green+Blue) = 172+49+70=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3146 is #53CEB9. Grayscale: #585858. Windows color (decimal): -5492410 or 4600236. OLE color: 4600236.

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

Color convert

RGB 172 49 70 -
CMYK 0 0.72 0.59 0.33
HSL 349.76º 0.56% 0.43% -
HSV(B) 349.76º 0.72% 0.67% -
XYZ 19.22 11.41 6.98 -
YUV 88.17 117.75 187.79 -
System Red Green Blue C M Y K H S L
Decimal 172 49 70 0 0.72 0.59 0.33 349.76 0.56 0.43
Hex AC 31 46 0 48 3B 21 15E 38 2B
Octal 254 61 106 0 110 73 41 536 70 53
Binary 10101100 110001 1000110 0 1001000 111011 100001 101011110 111000 101011

Color Harmonies of #AC3146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3146

Black with #AC3146

Text Example


Text Example

White with #AC3146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3146; }

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

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

background-color css

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

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

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

border-color css

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

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

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