#AB6473

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

Shades of Turkish Rose #AB6473

Tints of Turkish Rose #AB6473

Color information

#AB6473 (or 0xAB6473) is unknown color: approx Turkish Rose. HEX triplet: AB, 64 and 73. RGB value is (171,100,115). Sum of RGB (Red+Green+Blue) = 171+100+115=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6473 is #549B8C. Grayscale: #7A7A7A. Windows color (decimal): -5544845 or 7562411. OLE color: 7562411.

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

Color convert

RGB171100115-
CMYK00.420.330.33
HSL347.32º29.71%53.14%-
HSV(B)347.32º41.52%67.06%-
XYZ24.4519.0118.6-
YUV122.94123.52162.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.30%
GREEN value IS 100 (39.45% from 255) = 25.91%
BLUE value IS 115 (45.31% from 255) = 29.79%
R=44.30%
G=25.91%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110011500.420.330.33347.3229.7153.14
HexAB647302A212115b1e35
Octal25314416305241415333665
Binary1010101111001001110011010101010000110000110101101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6473; }

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

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

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

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

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

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

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

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