#AB6972

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

Shades of Turkish Rose #AB6972

Tints of Turkish Rose #AB6972

Color information

#AB6972 (or 0xAB6972) is unknown color: approx Turkish Rose. HEX triplet: AB, 69 and 72. RGB value is (171,105,114). Sum of RGB (Red+Green+Blue) = 171+105+114=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6972 is #54968D. Grayscale: #7D7D7D. Windows color (decimal): -5543566 or 7498155. OLE color: 7498155.

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

Color convert

RGB171105114-
CMYK00.390.330.33
HSL351.82º28.21%54.12%-
HSV(B)351.82º38.6%67.06%-
XYZ24.8819.9818.46-
YUV125.76121.37160.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 114 (44.92% from 255) = 29.23%
R=43.85%
G=26.92%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110511400.390.330.33351.8228.2154.12
HexAB697202721211601c36
Octal25315116204741415403466
Binary1010101111010011110010010011110000110000110110000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6972; }

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

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

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

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

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

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

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

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