#AB6569

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

Shades of Turkish Rose #AB6569

Tints of Turkish Rose #AB6569

Color information

#AB6569 (or 0xAB6569) is unknown color: approx Turkish Rose. HEX triplet: AB, 65 and 69. RGB value is (171,101,105). Sum of RGB (Red+Green+Blue) = 171+101+105=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6569 is #549A96. Grayscale: #7A7A7A. Windows color (decimal): -5544599 or 6907307. OLE color: 6907307.

HSL color Cylindrical-coordinate representation of color #AB6569: hue angle of 356.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB6569 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB171101105-
CMYK00.410.390.33
HSL356.57º29.41%53.33%-
HSV(B)356.57º40.94%67.06%-
XYZ2418.9915.76-
YUV122.39118.19162.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 105 (41.41% from 255) = 27.85%
R=45.36%
G=26.79%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110110500.410.390.33356.5729.4153.33
HexAB656902927211651d35
Octal25314515105147415453565
Binary1010101111001011101001010100110011110000110110010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6569; }

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

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

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

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

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

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

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

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