#A58084

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

Shades of Turkish Rose #A58084

Tints of Turkish Rose #A58084

Color information

#A58084 (or 0xA58084) is unknown color: approx Turkish Rose. HEX triplet: A5, 80 and 84. RGB value is (165,128,132). Sum of RGB (Red+Green+Blue) = 165+128+132=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A58084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58084 is #5A7F7B. Grayscale: #8B8B8B. Windows color (decimal): -5930876 or 8683685. OLE color: 8683685.

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

Color convert

RGB165128132-
CMYK00.220.200.35
HSL353.51º17.05%57.45%-
HSV(B)353.51º22.42%64.71%-
XYZ27.425.125.23-
YUV139.52123.76146.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.82%
GREEN value IS 128 (50.39% from 255) = 30.12%
BLUE value IS 132 (51.95% from 255) = 31.06%
R=38.82%
G=30.12%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512813200.220.200.35353.5117.0557.45
HexA5808401614231621139
Octal24520020402624435422171
Binary1010010110000000100001000101101010010001110110001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58084; }

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

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

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

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

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

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

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

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