#AB6977

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

Shades of Turkish Rose #AB6977

Tints of Turkish Rose #AB6977

Color information

#AB6977 (or 0xAB6977) is unknown color: approx Turkish Rose. HEX triplet: AB, 69 and 77. RGB value is (171,105,119). Sum of RGB (Red+Green+Blue) = 171+105+119=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6977 is #549688. Grayscale: #7E7E7E. Windows color (decimal): -5543561 or 7825835. OLE color: 7825835.

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

Color convert

RGB171105119-
CMYK00.390.300.33
HSL347.27º28.21%54.12%-
HSV(B)347.27º38.6%67.06%-
XYZ25.1820.0920-
YUV126.33123.87159.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 119 (46.88% from 255) = 30.13%
R=43.29%
G=26.58%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110511900.390.300.33347.2728.2154.12
HexAB69770271E2115b1c36
Octal25315116704736415333466
Binary101010111101001111011101001111111010000110101101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6977; }

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

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

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

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

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

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

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

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