#AB6475

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

Shades of Turkish Rose #AB6475

Tints of Turkish Rose #AB6475

Color information

#AB6475 (or 0xAB6475) is unknown color: approx Turkish Rose. HEX triplet: AB, 64 and 75. RGB value is (171,100,117). Sum of RGB (Red+Green+Blue) = 171+100+117=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6475 is #549B8A. Grayscale: #7B7B7B. Windows color (decimal): -5544843 or 7693483. OLE color: 7693483.

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

Color convert

RGB171100117-
CMYK00.420.320.33
HSL345.63º29.71%53.14%-
HSV(B)345.63º41.52%67.06%-
XYZ24.5619.0619.21-
YUV123.17124.52162.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.07%
GREEN value IS 100 (39.45% from 255) = 25.77%
BLUE value IS 117 (46.09% from 255) = 30.15%
R=44.07%
G=25.77%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110011700.420.320.33345.6329.7153.14
HexAB647502A202115a1e35
Octal25314416505240415323665
Binary1010101111001001110101010101010000010000110101101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6475; }

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

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

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

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

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

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

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

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