#A06065

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

Shades of Turkish Rose #A06065

Tints of Turkish Rose #A06065

Color information

#A06065 (or 0xA06065) is unknown color: approx Turkish Rose. HEX triplet: A0, 60 and 65. RGB value is (160,96,101). Sum of RGB (Red+Green+Blue) = 160+96+101=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A06065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06065 is #5F9F9A. Grayscale: #737373. Windows color (decimal): -6266779 or 6643872. OLE color: 6643872.

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

Color convert

RGB16096101-
CMYK00.40.370.37
HSL355.31º25.2%50.2%-
HSV(B)355.31º40%62.75%-
XYZ21.0316.7814.44-
YUV115.71119.7159.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.82%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 101 (39.84% from 255) = 28.29%
R=44.82%
G=26.89%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609610100.40.370.37355.3125.250.2
HexA0606502825251631932
Octal24014014505045455433162
Binary1010000011000001100101010100010010110010110110001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06065; }

 p { color: rgb(160,96,101); }

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

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

 a { background-color: rgb(160,96,101); }

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

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

 span { border-color: rgb(160,96,101); }

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