#A58285

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

Shades of Turkish Rose #A58285

Tints of Turkish Rose #A58285

Color information

#A58285 (or 0xA58285) is unknown color: approx Turkish Rose. HEX triplet: A5, 82 and 85. RGB value is (165,130,133). Sum of RGB (Red+Green+Blue) = 165+130+133=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A58285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58285 is #5A7D7A. Grayscale: #8C8C8C. Windows color (decimal): -5930363 or 8749733. OLE color: 8749733.

HSL color Cylindrical-coordinate representation of color #A58285: hue angle of 354.86º 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 #A58285 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB165130133-
CMYK00.210.190.35
HSL354.86º16.28%57.84%-
HSV(B)354.86º21.21%64.71%-
XYZ27.7325.6625.68-
YUV140.81123.6145.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.55%
GREEN value IS 130 (51.17% from 255) = 30.37%
BLUE value IS 133 (52.34% from 255) = 31.07%
R=38.55%
G=30.37%
B=31.07%

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
Decimal16513013300.210.190.35354.8616.2857.84
HexA582850151323163103a
Octal24520220502523435432072
Binary1010010110000010100001010101011001110001110110001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58285; }

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

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

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

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

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

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

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

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