#A58385

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

Shades of Turkish Rose #A58385

Tints of Turkish Rose #A58385

Color information

#A58385 (or 0xA58385) is unknown color: approx Turkish Rose. HEX triplet: A5, 83 and 85. RGB value is (165,131,133). Sum of RGB (Red+Green+Blue) = 165+131+133=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A58385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58385 is #5A7C7A. Grayscale: #8D8D8D. Windows color (decimal): -5930107 or 8749989. OLE color: 8749989.

HSL color Cylindrical-coordinate representation of color #A58385: hue angle of 356.47º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A58385 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB165131133-
CMYK00.210.190.35
HSL356.47º15.89%58.04%-
HSV(B)356.47º20.61%64.71%-
XYZ27.8725.9325.73-
YUV141.39123.26144.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.46%
GREEN value IS 131 (51.56% from 255) = 30.54%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=38.46%
G=30.54%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513113300.210.190.35356.4715.8958.04
HexA583850151323164103a
Octal24520320502523435442072
Binary1010010110000011100001010101011001110001110110010010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58385; }

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

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

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

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

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

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

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

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