#AB6976

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

Shades of Turkish Rose #AB6976

Tints of Turkish Rose #AB6976

Color information

#AB6976 (or 0xAB6976) is unknown color: approx Turkish Rose. HEX triplet: AB, 69 and 76. RGB value is (171,105,118). Sum of RGB (Red+Green+Blue) = 171+105+118=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6976 is #549689. Grayscale: #7E7E7E. Windows color (decimal): -5543562 or 7760299. OLE color: 7760299.

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

Color convert

RGB171105118-
CMYK00.390.310.33
HSL348.18º28.21%54.12%-
HSV(B)348.18º38.6%67.06%-
XYZ25.1220.0719.69-
YUV126.22123.37159.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 105 (41.41% from 255) = 26.65%
BLUE value IS 118 (46.48% from 255) = 29.95%
R=43.40%
G=26.65%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110511800.390.310.33348.1828.2154.12
HexAB69760271F2115c1c36
Octal25315116604737415343466
Binary101010111101001111011001001111111110000110101110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6976; }

 p { color: rgb(171,105,118); }

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

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

 a { background-color: rgb(171,105,118); }

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

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

 span { border-color: rgb(171,105,118); }

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