Html Css Color HEX #AC313F Old Rose

📋 copy color: '#AC313F'

red 172 ◦ green 49 ◦ blue 63

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

Shades of Old Rose #AC313F

Tints of Old Rose #AC313F

RGB

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

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

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

R = 60.56%
G = 17.25%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC313F (or 0xAC313F) is known color: Old Rose. HEX triplet: AC, 31 and 3F. RGB value is (172,49,63). Sum of RGB (Red+Green+Blue) = 172+49+63=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC313F is #53CEC0. Grayscale: #575757. Windows color (decimal): -5492417 or 4141484. OLE color: 4141484.

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

Color convert

RGB 172 49 63 -
CMYK 0 0.72 0.63 0.33
HSL 353.17º 0.56% 0.43% -
HSV(B) 353.17º 0.72% 0.67% -
XYZ 19.01 11.33 5.89 -
YUV 87.37 114.25 188.36 -
System Red Green Blue C M Y K H S L
Decimal 172 49 63 0 0.72 0.63 0.33 353.17 0.56 0.43
Hex AC 31 3F 0 48 3F 21 161 38 2B
Octal 254 61 77 0 110 77 41 541 70 53
Binary 10101100 110001 111111 0 1001000 111111 100001 101100001 111000 101011

Color Harmonies of #AC313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC313F

Black with #AC313F

Text Example


Text Example

White with #AC313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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