#AB737A

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

Shades of Turkish Rose #AB737A

Tints of Turkish Rose #AB737A

Color information

#AB737A (or 0xAB737A) is unknown color: approx Turkish Rose. HEX triplet: AB, 73 and 7A. RGB value is (171,115,122). Sum of RGB (Red+Green+Blue) = 171+115+122=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB737A is #548C85. Grayscale: #848484. Windows color (decimal): -5540998 or 8025003. OLE color: 8025003.

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

Color convert

RGB171115122-
CMYK00.330.290.33
HSL352.5º25%56.08%-
HSV(B)352.5º32.75%67.06%-
XYZ26.4422.3221.33-
YUV132.54122.05155.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 115 (45.31% from 255) = 28.19%
BLUE value IS 122 (48.05% from 255) = 29.90%
R=41.91%
G=28.19%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111512200.330.290.33352.52556.08
HexAB737A0211D211601938
Octal25316317204135415403170
Binary101010111110011111101001000011110110000110110000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB737A; }

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

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

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

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

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

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

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

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