Html Css Color HEX #AC293F Old Rose

📋 copy color: '#AC293F'

red 172 ◦ green 41 ◦ blue 63

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

Shades of Old Rose #AC293F

Tints of Old Rose #AC293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.83%

R = 62.32%
G = 14.86%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC293F (or 0xAC293F) is known color: Old Rose. HEX triplet: AC, 29 and 3F. RGB value is (172,41,63). Sum of RGB (Red+Green+Blue) = 172+41+63=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC293F is #53D6C0. Grayscale: #525252. Windows color (decimal): -5494465 or 4139436. OLE color: 4139436.

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

Color convert

RGB 172 41 63 -
CMYK 0 0.76 0.63 0.33
HSL 349.92º 0.62% 0.42% -
HSV(B) 349.92º 0.76% 0.67% -
XYZ 18.7 10.72 5.79 -
YUV 82.68 116.9 191.71 -
System Red Green Blue C M Y K H S L
Decimal 172 41 63 0 0.76 0.63 0.33 349.92 0.62 0.42
Hex AC 29 3F 0 4C 3F 21 15E 3E 2A
Octal 254 51 77 0 114 77 41 536 76 52
Binary 10101100 101001 111111 0 1001100 111111 100001 101011110 111110 101010

Color Harmonies of #AC293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC293F

Black with #AC293F

Text Example


Text Example

White with #AC293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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