#AB234A

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

Shades of Old Rose #AB234A

Tints of Old Rose #AB234A

Color information

#AB234A (or 0xAB234A) is unknown color: approx Old Rose. HEX triplet: AB, 23 and 4A. RGB value is (171,35,74). Sum of RGB (Red+Green+Blue) = 171+35+74=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB234A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB234A is #54DCB5. Grayscale: #505050. Windows color (decimal): -5561526 or 4858795. OLE color: 4858795.

HSL color Cylindrical-coordinate representation of color #AB234A: hue angle of 342.79º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB234A is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB1713574-
CMYK00.800.570.33
HSL342.79º66.02%40.39%-
HSV(B)342.79º79.53%67.06%-
XYZ18.6310.357.5-
YUV80.11124.56192.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.07%
GREEN value IS 35 (14.06% from 255) = 12.5%
BLUE value IS 74 (29.30% from 255) = 26.43%
R=61.07%
G=12.5%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171357400.800.570.33342.7966.0240.39
HexAB234A05039211574228
Octal253431120120714152710250
Binary101010111000111001010010100001110011000011010101111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB234A; }

 p { color: rgb(171,35,74); }

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

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

 a { background-color: rgb(171,35,74); }

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

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

 span { border-color: rgb(171,35,74); }

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