#AB333F

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

Shades of Old Rose #AB333F

Tints of Old Rose #AB333F

Color information

#AB333F (or 0xAB333F) is unknown color: approx Old Rose. HEX triplet: AB, 33 and 3F. RGB value is (171,51,63). Sum of RGB (Red+Green+Blue) = 171+51+63=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB333F is #54CCC0. Grayscale: #585858. Windows color (decimal): -5557441 or 4141995. OLE color: 4141995.

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

Color convert

RGB1715163-
CMYK00.700.630.33
HSL354º54.05%43.53%-
HSV(B)354º70.18%67.06%-
XYZ18.8811.385.91-
YUV88.25113.76187.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 63 (25% from 255) = 22.11%
R=60%
G=17.89%
B=22.11%

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
Decimal171516300.700.630.3335454.0543.53
HexAB333F0463F21162362c
Octal2536377010677415426654
Binary1010101111001111111101000110111111100001101100010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB333F; }

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

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

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

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

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

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

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

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