#A05F66

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

Shades of Turkish Rose #A05F66

Tints of Turkish Rose #A05F66

Color information

#A05F66 (or 0xA05F66) is unknown color: approx Turkish Rose. HEX triplet: A0, 5F and 66. RGB value is (160,95,102). Sum of RGB (Red+Green+Blue) = 160+95+102=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05F66 is #5FA099. Grayscale: #737373. Windows color (decimal): -6267034 or 6709152. OLE color: 6709152.

HSL color Cylindrical-coordinate representation of color #A05F66: hue angle of 353.54º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A05F66 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB16095102-
CMYK00.410.360.37
HSL353.54º25.49%50%-
HSV(B)353.54º40.62%62.75%-
XYZ20.9916.6214.67-
YUV115.23120.53159.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.82%
GREEN value IS 95 (37.5% from 255) = 26.61%
BLUE value IS 102 (40.23% from 255) = 28.57%
R=44.82%
G=26.61%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609510200.410.360.37353.5425.4950
HexA05F6602924251621932
Octal24013714605144455423162
Binary1010000010111111100110010100110010010010110110001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05F66; }

 p { color: rgb(160,95,102); }

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

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

 a { background-color: rgb(160,95,102); }

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

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

 span { border-color: rgb(160,95,102); }

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