Html Css Color HEX #AC2D3F Old Rose

📋 copy color: '#AC2D3F'

red 172 ◦ green 45 ◦ blue 63

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

Shades of Old Rose #AC2D3F

Tints of Old Rose #AC2D3F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.07%

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

R = 61.43%
G = 16.07%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC2D3F (or 0xAC2D3F) is known color: Old Rose. HEX triplet: AC, 2D and 3F. RGB value is (172,45,63). Sum of RGB (Red+Green+Blue) = 172+45+63=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2D3F is #53D2C0. Grayscale: #555555. Windows color (decimal): -5493441 or 4140460. OLE color: 4140460.

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

Color convert

RGB 172 45 63 -
CMYK 0 0.74 0.63 0.33
HSL 351.5º 0.59% 0.43% -
HSV(B) 351.5º 0.74% 0.67% -
XYZ 18.85 11.01 5.83 -
YUV 85.03 115.58 190.04 -
System Red Green Blue C M Y K H S L
Decimal 172 45 63 0 0.74 0.63 0.33 351.5 0.59 0.43
Hex AC 2D 3F 0 4A 3F 21 15F 3B 2B
Octal 254 55 77 0 112 77 41 537 73 53
Binary 10101100 101101 111111 0 1001010 111111 100001 101011111 111011 101011

Color Harmonies of #AC2D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2D3F

Black with #AC2D3F

Text Example


Text Example

White with #AC2D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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