Html Css Color HEX #AC2842 Old Rose

📋 copy color: '#AC2842'

red 172 ◦ green 40 ◦ blue 66

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

Shades of Old Rose #AC2842

Tints of Old Rose #AC2842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 61.87%
G = 14.39%
B = 23.74%

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

#AC2842 (or 0xAC2842) is known color: Old Rose. HEX triplet: AC, 28 and 42. RGB value is (172,40,66). Sum of RGB (Red+Green+Blue) = 172+40+66=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2842 is #53D7BD. Grayscale: #525252. Windows color (decimal): -5494718 or 4335788. OLE color: 4335788.

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

Color convert

RGB 172 40 66 -
CMYK 0 0.77 0.62 0.33
HSL 348.18º 0.62% 0.42% -
HSV(B) 348.18º 0.77% 0.67% -
XYZ 18.76 10.68 6.23 -
YUV 82.43 118.73 191.89 -
System Red Green Blue C M Y K H S L
Decimal 172 40 66 0 0.77 0.62 0.33 348.18 0.62 0.42
Hex AC 28 42 0 4D 3E 21 15C 3E 2A
Octal 254 50 102 0 115 76 41 534 76 52
Binary 10101100 101000 1000010 0 1001101 111110 100001 101011100 111110 101010

Color Harmonies of #AC2842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2842

Black with #AC2842

Text Example


Text Example

White with #AC2842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2842; }

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

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

background-color css

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

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

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

border-color css

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

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

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