Html Css Color HEX #AC2841 Old Rose

📋 copy color: '#AC2841'

red 172 ◦ green 40 ◦ blue 65

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

Shades of Old Rose #AC2841

Tints of Old Rose #AC2841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.47%

R = 62.09%
G = 14.44%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC2841 (or 0xAC2841) is known color: Old Rose. HEX triplet: AC, 28 and 41. RGB value is (172,40,65). Sum of RGB (Red+Green+Blue) = 172+40+65=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2841 is #53D7BE. Grayscale: #525252. Windows color (decimal): -5494719 or 4270252. OLE color: 4270252.

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

Color convert

RGB 172 40 65 -
CMYK 0 0.77 0.62 0.33
HSL 348.64º 0.62% 0.42% -
HSV(B) 348.64º 0.77% 0.67% -
XYZ 18.73 10.67 6.07 -
YUV 82.32 118.23 191.97 -
System Red Green Blue C M Y K H S L
Decimal 172 40 65 0 0.77 0.62 0.33 348.64 0.62 0.42
Hex AC 28 41 0 4D 3E 21 15D 3E 2A
Octal 254 50 101 0 115 76 41 535 76 52
Binary 10101100 101000 1000001 0 1001101 111110 100001 101011101 111110 101010

Color Harmonies of #AC2841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2841

Black with #AC2841

Text Example


Text Example

White with #AC2841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2841; }

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

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

background-color css

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

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

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

border-color css

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

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

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