Html Css Color HEX #AC294B Old Rose

📋 copy color: '#AC294B'

red 172 ◦ green 41 ◦ blue 75

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

Shades of Old Rose #AC294B

Tints of Old Rose #AC294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.04%

R = 59.72%
G = 14.24%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC294B (or 0xAC294B) is known color: Old Rose. HEX triplet: AC, 29 and 4B. RGB value is (172,41,75). Sum of RGB (Red+Green+Blue) = 172+41+75=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC294B is #53D6B4. Grayscale: #545454. Windows color (decimal): -5494453 or 4925868. OLE color: 4925868.

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

Color convert

RGB 172 41 75 -
CMYK 0 0.76 0.56 0.33
HSL 344.43º 0.62% 0.42% -
HSV(B) 344.43º 0.76% 0.67% -
XYZ 19.08 10.86 7.75 -
YUV 84.05 122.9 190.74 -
System Red Green Blue C M Y K H S L
Decimal 172 41 75 0 0.76 0.56 0.33 344.43 0.62 0.42
Hex AC 29 4B 0 4C 38 21 158 3E 2A
Octal 254 51 113 0 114 70 41 530 76 52
Binary 10101100 101001 1001011 0 1001100 111000 100001 101011000 111110 101010

Color Harmonies of #AC294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC294B

Black with #AC294B

Text Example


Text Example

White with #AC294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC294B; }

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

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

background-color css

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

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

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

border-color css

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

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

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