#A58485

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

Shades of Turkish Rose #A58485

Tints of Turkish Rose #A58485

Color information

#A58485 (or 0xA58485) is unknown color: approx Turkish Rose. HEX triplet: A5, 84 and 85. RGB value is (165,132,133). Sum of RGB (Red+Green+Blue) = 165+132+133=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A58485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58485 is #5A7B7A. Grayscale: #8E8E8E. Windows color (decimal): -5929851 or 8750245. OLE color: 8750245.

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

Color convert

RGB165132133-
CMYK00.200.190.35
HSL358.18º15.49%58.24%-
HSV(B)358.18º20%64.71%-
XYZ2826.225.77-
YUV141.98122.93144.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 132 (51.95% from 255) = 30.70%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=38.37%
G=30.70%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513213300.200.190.35358.1815.4958.24
HexA584850141323166f3a
Octal24520420502423435461772
Binary101001011000010010000101010100100111000111011001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58485; }

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

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

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

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

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

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

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

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