#AB757A

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

Shades of Turkish Rose #AB757A

Tints of Turkish Rose #AB757A

Color information

#AB757A (or 0xAB757A) is unknown color: approx Turkish Rose. HEX triplet: AB, 75 and 7A. RGB value is (171,117,122). Sum of RGB (Red+Green+Blue) = 171+117+122=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB757A is #548A85. Grayscale: #858585. Windows color (decimal): -5540486 or 8025515. OLE color: 8025515.

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

Color convert

RGB171117122-
CMYK00.320.290.33
HSL354.44º24.32%56.47%-
HSV(B)354.44º31.58%67.06%-
XYZ26.6722.7921.4-
YUV133.72121.39154.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 117 (46.09% from 255) = 28.54%
BLUE value IS 122 (48.05% from 255) = 29.76%
R=41.71%
G=28.54%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111712200.320.290.33354.4424.3256.47
HexAB757A0201D211621838
Octal25316517204035415423070
Binary101010111110101111101001000001110110000110110001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB757A; }

 p { color: rgb(171,117,122); }

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

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

 a { background-color: rgb(171,117,122); }

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

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

 span { border-color: rgb(171,117,122); }

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