#AB7479

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

Shades of Turkish Rose #AB7479

Tints of Turkish Rose #AB7479

Color information

#AB7479 (or 0xAB7479) is unknown color: approx Turkish Rose. HEX triplet: AB, 74 and 79. RGB value is (171,116,121). Sum of RGB (Red+Green+Blue) = 171+116+121=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7479 is #548B86. Grayscale: #858585. Windows color (decimal): -5540743 or 7959723. OLE color: 7959723.

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

Color convert

RGB171116121-
CMYK00.320.290.33
HSL354.55º24.66%56.27%-
HSV(B)354.55º32.16%67.06%-
XYZ26.4922.5321.04-
YUV133.02121.22155.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 116 (45.70% from 255) = 28.43%
BLUE value IS 121 (47.66% from 255) = 29.66%
R=41.91%
G=28.43%
B=29.66%

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
Decimal17111612100.320.290.33354.5524.6656.27
HexAB74790201D211631938
Octal25316417104035415433170
Binary101010111110100111100101000001110110000110110001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7479; }

 p { color: rgb(171,116,121); }

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

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

 a { background-color: rgb(171,116,121); }

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

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

 span { border-color: rgb(171,116,121); }

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