#A08385

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

Shades of Turkish Rose #A08385

Tints of Turkish Rose #A08385

Color information

#A08385 (or 0xA08385) is unknown color: approx Turkish Rose. HEX triplet: A0, 83 and 85. RGB value is (160,131,133). Sum of RGB (Red+Green+Blue) = 160+131+133=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 160 - color contains mainly: red. Hex color #A08385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08385 is #5F7C7A. Grayscale: #8B8B8B. Windows color (decimal): -6257787 or 8749984. OLE color: 8749984.

HSL color Cylindrical-coordinate representation of color #A08385: hue angle of 355.86º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A08385 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB160131133-
CMYK00.180.170.37
HSL355.86º13.24%57.06%-
HSV(B)355.86º18.13%62.75%-
XYZ26.8525.425.68-
YUV139.9124.11142.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.74%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 133 (52.34% from 255) = 31.37%
R=37.74%
G=30.90%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013113300.180.170.37355.8613.2457.06
HexA083850121125164d39
Octal24020320502221455441571
Binary101000001000001110000101010010100011001011011001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08385; }

 p { color: rgb(160,131,133); }

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

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

 a { background-color: rgb(160,131,133); }

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

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

 span { border-color: rgb(160,131,133); }

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