#AB727B

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

Shades of Turkish Rose #AB727B

Tints of Turkish Rose #AB727B

Color information

#AB727B (or 0xAB727B) is unknown color: approx Turkish Rose. HEX triplet: AB, 72 and 7B. RGB value is (171,114,123). Sum of RGB (Red+Green+Blue) = 171+114+123=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB727B is #548D84. Grayscale: #848484. Windows color (decimal): -5541253 or 8090283. OLE color: 8090283.

HSL color Cylindrical-coordinate representation of color #AB727B: hue angle of 350.53º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB727B is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB171114123-
CMYK00.330.280.33
HSL350.53º25.33%55.88%-
HSV(B)350.53º33.33%67.06%-
XYZ26.3922.1221.62-
YUV132.07122.88155.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 114 (44.92% from 255) = 27.94%
BLUE value IS 123 (48.44% from 255) = 30.15%
R=41.91%
G=27.94%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111412300.330.280.33350.5325.3355.88
HexAB727B0211C2115f1938
Octal25316217304134415373170
Binary101010111110010111101101000011110010000110101111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB727B; }

 p { color: rgb(171,114,123); }

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

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

 a { background-color: rgb(171,114,123); }

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

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

 span { border-color: rgb(171,114,123); }

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