#AB6477

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

Shades of Turkish Rose #AB6477

Tints of Turkish Rose #AB6477

Color information

#AB6477 (or 0xAB6477) is unknown color: approx Turkish Rose. HEX triplet: AB, 64 and 77. RGB value is (171,100,119). Sum of RGB (Red+Green+Blue) = 171+100+119=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6477 is #549B88. Grayscale: #7B7B7B. Windows color (decimal): -5544841 or 7824555. OLE color: 7824555.

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

Color convert

RGB171100119-
CMYK00.420.300.33
HSL343.94º29.71%53.14%-
HSV(B)343.94º41.52%67.06%-
XYZ24.6819.119.84-
YUV123.4125.52161.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 100 (39.45% from 255) = 25.64%
BLUE value IS 119 (46.88% from 255) = 30.51%
R=43.85%
G=25.64%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110011900.420.300.33343.9429.7153.14
HexAB647702A1E211581e35
Octal25314416705236415303665
Binary101010111100100111011101010101111010000110101100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6477; }

 p { color: rgb(171,100,119); }

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

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

 a { background-color: rgb(171,100,119); }

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

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

 span { border-color: rgb(171,100,119); }

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