Html Css Color HEX #AC294A Old Rose

📋 copy color: '#AC294A'

red 172 ◦ green 41 ◦ blue 74

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

Shades of Old Rose #AC294A

Tints of Old Rose #AC294A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.29%

 BLUE value IS 74 (29.3% from 255) = 25.78%

R = 59.93%
G = 14.29%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC294A (or 0xAC294A) is known color: Old Rose. HEX triplet: AC, 29 and 4A. RGB value is (172,41,74). Sum of RGB (Red+Green+Blue) = 172+41+74=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC294A is #53D6B5. Grayscale: #535353. Windows color (decimal): -5494454 or 4860332. OLE color: 4860332.

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

Color convert

RGB 172 41 74 -
CMYK 0 0.76 0.57 0.33
HSL 344.89º 0.62% 0.42% -
HSV(B) 344.89º 0.76% 0.67% -
XYZ 19.04 10.85 7.57 -
YUV 83.93 122.4 190.82 -
System Red Green Blue C M Y K H S L
Decimal 172 41 74 0 0.76 0.57 0.33 344.89 0.62 0.42
Hex AC 29 4A 0 4C 39 21 159 3E 2A
Octal 254 51 112 0 114 71 41 531 76 52
Binary 10101100 101001 1001010 0 1001100 111001 100001 101011001 111110 101010

Color Harmonies of #AC294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC294A

Black with #AC294A

Text Example


Text Example

White with #AC294A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC294A; }

 p { color: rgb(172,41,74); }

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

background-color css

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

 a { background-color: rgb(172,41,74); }

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

border-color css

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

 span { border-color: rgb(172,41,74); }

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