Html Css Color HEX #AC313E Old Rose

📋 copy color: '#AC313E'

red 172 ◦ green 49 ◦ blue 62

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

Shades of Old Rose #AC313E

Tints of Old Rose #AC313E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.31%

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

R = 60.78%
G = 17.31%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC313E (or 0xAC313E) is known color: Old Rose. HEX triplet: AC, 31 and 3E. RGB value is (172,49,62). Sum of RGB (Red+Green+Blue) = 172+49+62=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC313E is #53CEC1. Grayscale: #575757. Windows color (decimal): -5492418 or 4075948. OLE color: 4075948.

HSL color Cylindrical-coordinate representation of color #AC313E: hue angle of 353.66º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC313E is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 49 62 -
CMYK 0 0.72 0.64 0.33
HSL 353.66º 0.56% 0.43% -
HSV(B) 353.66º 0.72% 0.67% -
XYZ 18.98 11.32 5.74 -
YUV 87.26 113.75 188.44 -
System Red Green Blue C M Y K H S L
Decimal 172 49 62 0 0.72 0.64 0.33 353.66 0.56 0.43
Hex AC 31 3E 0 48 40 21 162 38 2B
Octal 254 61 76 0 110 100 41 542 70 53
Binary 10101100 110001 111110 0 1001000 1000000 100001 101100010 111000 101011

Color Harmonies of #AC313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC313E

Black with #AC313E

Text Example


Text Example

White with #AC313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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