#A58085

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

Shades of Turkish Rose #A58085

Tints of Turkish Rose #A58085

Color information

#A58085 (or 0xA58085) is unknown color: approx Turkish Rose. HEX triplet: A5, 80 and 85. RGB value is (165,128,133). Sum of RGB (Red+Green+Blue) = 165+128+133=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A58085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58085 is #5A7F7A. Grayscale: #8B8B8B. Windows color (decimal): -5930875 or 8749221. OLE color: 8749221.

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

Color convert

RGB165128133-
CMYK00.220.190.35
HSL351.89º17.05%57.45%-
HSV(B)351.89º22.42%64.71%-
XYZ27.4725.1325.59-
YUV139.63124.26146.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 128 (50.39% from 255) = 30.05%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=38.73%
G=30.05%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512813300.220.190.35351.8917.0557.45
HexA5808501613231601139
Octal24520020502623435402171
Binary1010010110000000100001010101101001110001110110000010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58085; }

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

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

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

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

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

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

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

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