#AB7B7C

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

Shades of Turkish Rose #AB7B7C

Tints of Turkish Rose #AB7B7C

Color information

#AB7B7C (or 0xAB7B7C) is unknown color: approx Turkish Rose. HEX triplet: AB, 7B and 7C. RGB value is (171,123,124). Sum of RGB (Red+Green+Blue) = 171+123+124=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7B7C is #548483. Grayscale: #898989. Windows color (decimal): -5538948 or 8158123. OLE color: 8158123.

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

Color convert

RGB171123124-
CMYK00.280.270.33
HSL358.75º22.22%57.65%-
HSV(B)358.75º28.07%67.06%-
XYZ27.5224.2822.3-
YUV137.47120.4151.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 123 (48.44% from 255) = 29.43%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=40.91%
G=29.43%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112312400.280.270.33358.7522.2257.65
HexAB7B7C01C1B21167163a
Octal25317317403433415472672
Binary10101011111101111111000111001101110000110110011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7B7C; }

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

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

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

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

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

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

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

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