Html Css Color HEX #AC2444 Old Rose

📋 copy color: '#AC2444'

red 172 ◦ green 36 ◦ blue 68

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

Shades of Old Rose #AC2444

Tints of Old Rose #AC2444

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.04%

 BLUE value IS 68 (26.95% from 255) = 24.64%

R = 62.32%
G = 13.04%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC2444 (or 0xAC2444) is known color: Old Rose. HEX triplet: AC, 24 and 44. RGB value is (172,36,68). Sum of RGB (Red+Green+Blue) = 172+36+68=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2444 is #53DBBB. Grayscale: #505050. Windows color (decimal): -5495740 or 4465836. OLE color: 4465836.

HSL color Cylindrical-coordinate representation of color #AC2444: hue angle of 345.88º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2444 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 36 68 -
CMYK 0 0.79 0.60 0.33
HSL 345.88º 0.65% 0.41% -
HSV(B) 345.88º 0.79% 0.67% -
XYZ 18.69 10.45 6.5 -
YUV 80.31 121.06 193.4 -
System Red Green Blue C M Y K H S L
Decimal 172 36 68 0 0.79 0.60 0.33 345.88 0.65 0.41
Hex AC 24 44 0 4F 3C 21 15A 41 29
Octal 254 44 104 0 117 74 41 532 101 51
Binary 10101100 100100 1000100 0 1001111 111100 100001 101011010 1000001 101001

Color Harmonies of #AC2444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2444

Black with #AC2444

Text Example


Text Example

White with #AC2444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2444; }

 p { color: rgb(172,36,68); }

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

background-color css

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

 a { background-color: rgb(172,36,68); }

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

border-color css

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

 span { border-color: rgb(172,36,68); }

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