#AB3041

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

Shades of Old Rose #AB3041

Tints of Old Rose #AB3041

Color information

#AB3041 (or 0xAB3041) is unknown color: approx Old Rose. HEX triplet: AB, 30 and 41. RGB value is (171,48,65). Sum of RGB (Red+Green+Blue) = 171+48+65=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3041 is #54CFBE. Grayscale: #565656. Windows color (decimal): -5558207 or 4272299. OLE color: 4272299.

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

Color convert

RGB1714865-
CMYK00.720.620.33
HSL351.71º56.16%42.94%-
HSV(B)351.71º71.93%67.06%-
XYZ18.8111.156.16-
YUV86.71115.75188.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.21%
GREEN value IS 48 (19.14% from 255) = 16.90%
BLUE value IS 65 (25.78% from 255) = 22.89%
R=60.21%
G=16.90%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171486500.720.620.33351.7156.1642.94
HexAB30410483E21160382b
Octal25360101011076415407053
Binary10101011110000100000101001000111110100001101100000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3041; }

 p { color: rgb(171,48,65); }

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

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

 a { background-color: rgb(171,48,65); }

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

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

 span { border-color: rgb(171,48,65); }

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