#AB6075

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

Shades of Turkish Rose #AB6075

Tints of Turkish Rose #AB6075

Color information

#AB6075 (or 0xAB6075) is unknown color: approx Turkish Rose. HEX triplet: AB, 60 and 75. RGB value is (171,96,117). Sum of RGB (Red+Green+Blue) = 171+96+117=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6075 is #549F8A. Grayscale: #787878. Windows color (decimal): -5545867 or 7692459. OLE color: 7692459.

HSL color Cylindrical-coordinate representation of color #AB6075: hue angle of 343.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6075 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB17196117-
CMYK00.440.320.33
HSL343.2º30.86%52.35%-
HSV(B)343.2º43.86%67.06%-
XYZ24.1918.3119.09-
YUV120.82125.85163.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 96 (37.89% from 255) = 25%
BLUE value IS 117 (46.09% from 255) = 30.47%
R=44.53%
G=25%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719611700.440.320.33343.230.8652.35
HexAB607502C20211571f34
Octal25314016505440415273764
Binary1010101111000001110101010110010000010000110101011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6075; }

 p { color: rgb(171,96,117); }

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

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

 a { background-color: rgb(171,96,117); }

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

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

 span { border-color: rgb(171,96,117); }

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