#AB697A

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

Shades of Turkish Rose #AB697A

Tints of Turkish Rose #AB697A

Color information

#AB697A (or 0xAB697A) is unknown color: approx Turkish Rose. HEX triplet: AB, 69 and 7A. RGB value is (171,105,122). Sum of RGB (Red+Green+Blue) = 171+105+122=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB697A is #549685. Grayscale: #7E7E7E. Windows color (decimal): -5543558 or 8022443. OLE color: 8022443.

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

Color convert

RGB171105122-
CMYK00.390.290.33
HSL344.55º28.21%54.12%-
HSV(B)344.55º38.6%67.06%-
XYZ25.3620.1720.97-
YUV126.67125.37159.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 105 (41.41% from 255) = 26.38%
BLUE value IS 122 (48.05% from 255) = 30.65%
R=42.96%
G=26.38%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110512200.390.290.33344.5528.2154.12
HexAB697A0271D211591c36
Octal25315117204735415313466
Binary101010111101001111101001001111110110000110101100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB697A; }

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

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

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

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

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

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

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

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