#AB686A

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

Shades of Turkish Rose #AB686A

Tints of Turkish Rose #AB686A

Color information

#AB686A (or 0xAB686A) is unknown color: approx Turkish Rose. HEX triplet: AB, 68 and 6A. RGB value is (171,104,106). Sum of RGB (Red+Green+Blue) = 171+104+106=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB686A is #549795. Grayscale: #7C7C7C. Windows color (decimal): -5543830 or 6973611. OLE color: 6973611.

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

Color convert

RGB171104106-
CMYK00.390.380.33
HSL358.21º28.51%53.92%-
HSV(B)358.21º39.18%67.06%-
XYZ24.3519.616.14-
YUV124.26117.7161.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 106 (41.80% from 255) = 27.82%
R=44.88%
G=27.30%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110410600.390.380.33358.2128.5153.92
HexAB686A02726211661d36
Octal25315015204746415463566
Binary1010101111010001101010010011110011010000110110011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB686A; }

 p { color: rgb(171,104,106); }

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

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

 a { background-color: rgb(171,104,106); }

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

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

 span { border-color: rgb(171,104,106); }

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