Html Css Color HEX #AC2846 Old Rose

📋 copy color: '#AC2846'

red 172 ◦ green 40 ◦ blue 70

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

Shades of Old Rose #AC2846

Tints of Old Rose #AC2846

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.18%

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

R = 60.99%
G = 14.18%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC2846 (or 0xAC2846) is known color: Old Rose. HEX triplet: AC, 28 and 46. RGB value is (172,40,70). Sum of RGB (Red+Green+Blue) = 172+40+70=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2846 is #53D7B9. Grayscale: #525252. Windows color (decimal): -5494714 or 4597932. OLE color: 4597932.

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

Color convert

RGB 172 40 70 -
CMYK 0 0.77 0.59 0.33
HSL 346.36º 0.62% 0.42% -
HSV(B) 346.36º 0.77% 0.67% -
XYZ 18.88 10.73 6.87 -
YUV 82.89 120.73 191.56 -
System Red Green Blue C M Y K H S L
Decimal 172 40 70 0 0.77 0.59 0.33 346.36 0.62 0.42
Hex AC 28 46 0 4D 3B 21 15A 3E 2A
Octal 254 50 106 0 115 73 41 532 76 52
Binary 10101100 101000 1000110 0 1001101 111011 100001 101011010 111110 101010

Color Harmonies of #AC2846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2846

Black with #AC2846

Text Example


Text Example

White with #AC2846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2846; }

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

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

background-color css

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

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

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

border-color css

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

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

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