#A98385

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

Shades of Turkish Rose #A98385

Tints of Turkish Rose #A98385

Color information

#A98385 (or 0xA98385) is unknown color: approx Turkish Rose. HEX triplet: A9, 83 and 85. RGB value is (169,131,133). Sum of RGB (Red+Green+Blue) = 169+131+133=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A98385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98385 is #567C7A. Grayscale: #8E8E8E. Windows color (decimal): -5667963 or 8749993. OLE color: 8749993.

HSL color Cylindrical-coordinate representation of color #A98385: hue angle of 356.84º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A98385 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB169131133-
CMYK00.220.210.34
HSL356.84º18.1%58.82%-
HSV(B)356.84º22.49%66.27%-
XYZ28.7126.3625.77-
YUV142.59122.59146.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 131 (51.56% from 255) = 30.25%
BLUE value IS 133 (52.34% from 255) = 30.72%
R=39.03%
G=30.25%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913113300.220.210.34356.8418.158.82
HexA983850161522165123b
Octal25120320502625425452273
Binary1010100110000011100001010101101010110001010110010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98385; }

 p { color: rgb(169,131,133); }

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

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

 a { background-color: rgb(169,131,133); }

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

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

 span { border-color: rgb(169,131,133); }

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