Html Css Color HEX #AC2148 Old Rose

📋 copy color: '#AC2148'

red 172 ◦ green 33 ◦ blue 72

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

Shades of Old Rose #AC2148

Tints of Old Rose #AC2148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.91%

 BLUE value IS 72 (28.52% from 255) = 25.99%

R = 62.09%
G = 11.91%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC2148 (or 0xAC2148) is known color: Old Rose. HEX triplet: AC, 21 and 48. RGB value is (172,33,72). Sum of RGB (Red+Green+Blue) = 172+33+72=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2148 is #53DEB7. Grayscale: #4E4E4E. Windows color (decimal): -5496504 or 4727212. OLE color: 4727212.

HSL color Cylindrical-coordinate representation of color #AC2148: hue angle of 343.17º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2148 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 33 72 -
CMYK 0 0.81 0.58 0.33
HSL 343.17º 0.68% 0.4% -
HSV(B) 343.17º 0.81% 0.67% -
XYZ 18.73 10.33 7.14 -
YUV 79.01 124.05 194.33 -
System Red Green Blue C M Y K H S L
Decimal 172 33 72 0 0.81 0.58 0.33 343.17 0.68 0.4
Hex AC 21 48 0 51 3A 21 157 44 28
Octal 254 41 110 0 121 72 41 527 104 50
Binary 10101100 100001 1001000 0 1010001 111010 100001 101010111 1000100 101000

Color Harmonies of #AC2148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2148

Black with #AC2148

Text Example


Text Example

White with #AC2148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2148; }

 p { color: rgb(172,33,72); }

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

background-color css

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

 a { background-color: rgb(172,33,72); }

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

border-color css

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

 span { border-color: rgb(172,33,72); }

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