#A38689

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

Shades of Turkish Rose #A38689

Tints of Turkish Rose #A38689

Color information

#A38689 (or 0xA38689) is unknown color: approx Turkish Rose. HEX triplet: A3, 86 and 89. RGB value is (163,134,137). Sum of RGB (Red+Green+Blue) = 163+134+137=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 163 - color contains mainly: red. Hex color #A38689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38689 is #5C7976. Grayscale: #8F8F8F. Windows color (decimal): -6060407 or 9012899. OLE color: 9012899.

HSL color Cylindrical-coordinate representation of color #A38689: hue angle of 353.79º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A38689 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB163134137-
CMYK00.180.160.36
HSL353.79º13.62%58.24%-
HSV(B)353.79º17.79%63.92%-
XYZ28.1426.6427.33-
YUV143.01124.61142.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.56%
GREEN value IS 134 (52.73% from 255) = 30.88%
BLUE value IS 137 (53.91% from 255) = 31.57%
R=37.56%
G=30.88%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313413700.180.160.36353.7913.6258.24
HexA386890121024162e3a
Octal24320621102220445421672
Binary101000111000011010001001010010100001001001011000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38689; }

 p { color: rgb(163,134,137); }

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

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

 a { background-color: rgb(163,134,137); }

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

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

 span { border-color: rgb(163,134,137); }

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