#A58083

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

Shades of Turkish Rose #A58083

Tints of Turkish Rose #A58083

Color information

#A58083 (or 0xA58083) is unknown color: approx Turkish Rose. HEX triplet: A5, 80 and 83. RGB value is (165,128,131). Sum of RGB (Red+Green+Blue) = 165+128+131=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A58083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58083 is #5A7F7C. Grayscale: #8B8B8B. Windows color (decimal): -5930877 or 8618149. OLE color: 8618149.

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

Color convert

RGB165128131-
CMYK00.220.210.35
HSL355.14º17.05%57.45%-
HSV(B)355.14º22.42%64.71%-
XYZ27.3325.0824.87-
YUV139.4123.26146.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 131 (51.56% from 255) = 30.90%
R=38.92%
G=30.19%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512813100.220.210.35355.1417.0557.45
HexA5808301615231631139
Octal24520020302625435432171
Binary1010010110000000100000110101101010110001110110001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58083; }

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

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

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

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

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

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

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

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