Html Css Color HEX #AC293E Old Rose

📋 copy color: '#AC293E'

red 172 ◦ green 41 ◦ blue 62

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

Shades of Old Rose #AC293E

Tints of Old Rose #AC293E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.55%

R = 62.55%
G = 14.91%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC293E (or 0xAC293E) is known color: Old Rose. HEX triplet: AC, 29 and 3E. RGB value is (172,41,62). Sum of RGB (Red+Green+Blue) = 172+41+62=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC293E is #53D6C1. Grayscale: #525252. Windows color (decimal): -5494466 or 4073900. OLE color: 4073900.

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

Color convert

RGB 172 41 62 -
CMYK 0 0.76 0.64 0.33
HSL 350.38º 0.62% 0.42% -
HSV(B) 350.38º 0.76% 0.67% -
XYZ 18.68 10.7 5.64 -
YUV 82.56 116.4 191.79 -
System Red Green Blue C M Y K H S L
Decimal 172 41 62 0 0.76 0.64 0.33 350.38 0.62 0.42
Hex AC 29 3E 0 4C 40 21 15E 3E 2A
Octal 254 51 76 0 114 100 41 536 76 52
Binary 10101100 101001 111110 0 1001100 1000000 100001 101011110 111110 101010

Color Harmonies of #AC293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC293E

Black with #AC293E

Text Example


Text Example

White with #AC293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC293E; }

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

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

background-color css

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

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

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

border-color css

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

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

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