#AC1F4B

Color #AC1F4B Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #AC1F4B

Tints of Old Rose #AC1F4B

Color information

#AC1F4B (or 0xAC1F4B) is unknown color: approx Old Rose. HEX triplet: AC, 1F and 4B. RGB value is (172,31,75). Sum of RGB (Red+Green+Blue) = 172+31+75=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1F4B is #53E0B4. Grayscale: #4E4E4E. Windows color (decimal): -5497013 or 4923308. OLE color: 4923308.

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

Color convert

RGB1723175-
CMYK00.820.560.33
HSL341.28º69.46%39.8%-
HSV(B)341.28º81.98%67.45%-
XYZ18.7710.267.65-
YUV78.18126.21194.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.87%
GREEN value IS 31 (12.5% from 255) = 11.15%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=61.87%
G=11.15%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172317500.820.560.33341.2869.4639.8
HexAC1F4B05238211554528
Octal254371130122704152510550
Binary10101100111111001011010100101110001000011010101011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1F4B; }

 p { color: rgb(172,31,75); }

 H1.HeaderClassName
 {
   color: #AC1F4B;
 }
 .AnyTagClassName
 {
   color: #AC1F4B;
 }
</style>
background-color css

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

 a { background-color: rgb(172,31,75); }

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

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

 span { border-color: rgb(172,31,75); }

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