#AB6869

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

Shades of Turkish Rose #AB6869

Tints of Turkish Rose #AB6869

Color information

#AB6869 (or 0xAB6869) is unknown color: approx Turkish Rose. HEX triplet: AB, 68 and 69. RGB value is (171,104,105). Sum of RGB (Red+Green+Blue) = 171+104+105=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6869 is #549796. Grayscale: #7C7C7C. Windows color (decimal): -5543831 or 6908075. OLE color: 6908075.

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

Color convert

RGB171104105-
CMYK00.390.390.33
HSL359.1º28.51%53.92%-
HSV(B)359.1º39.18%67.06%-
XYZ24.2919.5815.86-
YUV124.15117.2161.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 105 (41.41% from 255) = 27.63%
R=45%
G=27.37%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110410500.390.390.33359.128.5153.92
HexAB686902727211671d36
Octal25315015104747415473566
Binary1010101111010001101001010011110011110000110110011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6869; }

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

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

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

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

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

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

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

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