#AB3340

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

Shades of Old Rose #AB3340

Tints of Old Rose #AB3340

Color information

#AB3340 (or 0xAB3340) is unknown color: approx Old Rose. HEX triplet: AB, 33 and 40. RGB value is (171,51,64). Sum of RGB (Red+Green+Blue) = 171+51+64=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3340 is #54CCBF. Grayscale: #585858. Windows color (decimal): -5557440 or 4207531. OLE color: 4207531.

HSL color Cylindrical-coordinate representation of color #AB3340: hue angle of 353.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3340 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB1715164-
CMYK00.700.630.33
HSL353.5º54.05%43.53%-
HSV(B)353.5º70.18%67.06%-
XYZ18.911.46.05-
YUV88.36114.26186.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.79%
GREEN value IS 51 (20.31% from 255) = 17.83%
BLUE value IS 64 (25.39% from 255) = 22.38%
R=59.79%
G=17.83%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171516400.700.630.33353.554.0543.53
HexAB33400463F21162362c
Octal25363100010677415426654
Binary10101011110011100000001000110111111100001101100010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3340; }

 p { color: rgb(171,51,64); }

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

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

 a { background-color: rgb(171,51,64); }

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

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

 span { border-color: rgb(171,51,64); }

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