#AB6470

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

Shades of Turkish Rose #AB6470

Tints of Turkish Rose #AB6470

Color information

#AB6470 (or 0xAB6470) is unknown color: approx Turkish Rose. HEX triplet: AB, 64 and 70. RGB value is (171,100,112). Sum of RGB (Red+Green+Blue) = 171+100+112=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6470 is #549B8F. Grayscale: #7A7A7A. Windows color (decimal): -5544848 or 7365803. OLE color: 7365803.

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

Color convert

RGB171100112-
CMYK00.420.350.33
HSL349.86º29.71%53.14%-
HSV(B)349.86º41.52%67.06%-
XYZ24.2818.9417.71-
YUV122.6122.02162.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 100 (39.45% from 255) = 26.11%
BLUE value IS 112 (44.14% from 255) = 29.24%
R=44.65%
G=26.11%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110011200.420.350.33349.8629.7153.14
HexAB647002A232115e1e35
Octal25314416005243415363665
Binary1010101111001001110000010101010001110000110101111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6470; }

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

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

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

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

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

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

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

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