#AB7C7D

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

Shades of Turkish Rose #AB7C7D

Tints of Turkish Rose #AB7C7D

Color information

#AB7C7D (or 0xAB7C7D) is unknown color: approx Turkish Rose. HEX triplet: AB, 7C and 7D. RGB value is (171,124,125). Sum of RGB (Red+Green+Blue) = 171+124+125=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7C7D is #548382. Grayscale: #8A8A8A. Windows color (decimal): -5538691 or 8223915. OLE color: 8223915.

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

Color convert

RGB171124125-
CMYK00.270.270.33
HSL358.72º21.86%57.84%-
HSV(B)358.72º27.49%67.06%-
XYZ27.724.5522.68-
YUV138.17120.57151.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.71%
GREEN value IS 124 (48.83% from 255) = 29.52%
BLUE value IS 125 (49.22% from 255) = 29.76%
R=40.71%
G=29.52%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112412500.270.270.33358.7221.8657.84
HexAB7C7D01B1B21167163a
Octal25317417503333415472672
Binary10101011111110011111010110111101110000110110011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7C7D; }

 p { color: rgb(171,124,125); }

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

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

 a { background-color: rgb(171,124,125); }

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

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

 span { border-color: rgb(171,124,125); }

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