#A45F60

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

Shades of Turkish Rose #A45F60

Tints of Turkish Rose #A45F60

Color information

#A45F60 (or 0xA45F60) is unknown color: approx Turkish Rose. HEX triplet: A4, 5F and 60. RGB value is (164,95,96). Sum of RGB (Red+Green+Blue) = 164+95+96=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F60 is #5BA09F. Grayscale: #737373. Windows color (decimal): -6004896 or 6315940. OLE color: 6315940.

HSL color Cylindrical-coordinate representation of color #A45F60: hue angle of 359.13º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A45F60 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1649596-
CMYK00.420.410.36
HSL359.13º27.49%50.78%-
HSV(B)359.13º42.07%64.31%-
XYZ21.5116.9213.2-
YUV115.74116.86162.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 95 (37.5% from 255) = 26.76%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=46.20%
G=26.76%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164959600.420.410.36359.1327.4950.78
HexA45F6002A29241671b33
Octal24413714005251445473363
Binary1010010010111111100000010101010100110010010110011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45F60; }

 p { color: rgb(164,95,96); }

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

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

 a { background-color: rgb(164,95,96); }

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

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

 span { border-color: rgb(164,95,96); }

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