#AB2843

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

Shades of Old Rose #AB2843

Tints of Old Rose #AB2843

Color information

#AB2843 (or 0xAB2843) is unknown color: approx Old Rose. HEX triplet: AB, 28 and 43. RGB value is (171,40,67). Sum of RGB (Red+Green+Blue) = 171+40+67=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2843 is #54D7BC. Grayscale: #525252. Windows color (decimal): -5560253 or 4401323. OLE color: 4401323.

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

Color convert

RGB1714067-
CMYK00.770.610.33
HSL347.63º62.09%41.37%-
HSV(B)347.63º76.61%67.06%-
XYZ18.5710.586.37-
YUV82.25119.4191.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.51%
GREEN value IS 40 (16.02% from 255) = 14.39%
BLUE value IS 67 (26.56% from 255) = 24.10%
R=61.51%
G=14.39%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171406700.770.610.33347.6362.0941.37
HexAB284304D3D2115c3e29
Octal25350103011575415347651
Binary10101011101000100001101001101111101100001101011100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2843; }

 p { color: rgb(171,40,67); }

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

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

 a { background-color: rgb(171,40,67); }

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

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

 span { border-color: rgb(171,40,67); }

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