Html Css Color HEX #AC2647 Old Rose

📋 copy color: '#AC2647'

red 172 ◦ green 38 ◦ blue 71

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

Shades of Old Rose #AC2647

Tints of Old Rose #AC2647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.52%

 BLUE value IS 71 (28.13% from 255) = 25.27%

R = 61.21%
G = 13.52%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC2647 (or 0xAC2647) is known color: Old Rose. HEX triplet: AC, 26 and 47. RGB value is (172,38,71). Sum of RGB (Red+Green+Blue) = 172+38+71=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2647 is #53D9B8. Grayscale: #515151. Windows color (decimal): -5495225 or 4662956. OLE color: 4662956.

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

Color convert

RGB 172 38 71 -
CMYK 0 0.78 0.59 0.33
HSL 345.22º 0.64% 0.41% -
HSV(B) 345.22º 0.78% 0.67% -
XYZ 18.84 10.61 7.02 -
YUV 81.83 121.89 192.32 -
System Red Green Blue C M Y K H S L
Decimal 172 38 71 0 0.78 0.59 0.33 345.22 0.64 0.41
Hex AC 26 47 0 4E 3B 21 159 40 29
Octal 254 46 107 0 116 73 41 531 100 51
Binary 10101100 100110 1000111 0 1001110 111011 100001 101011001 1000000 101001

Color Harmonies of #AC2647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2647

Black with #AC2647

Text Example


Text Example

White with #AC2647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2647; }

 p { color: rgb(172,38,71); }

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

background-color css

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

 a { background-color: rgb(172,38,71); }

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

border-color css

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

 span { border-color: rgb(172,38,71); }

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