#A38889

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

Shades of Turkish Rose #A38889

Tints of Turkish Rose #A38889

Color information

#A38889 (or 0xA38889) is unknown color: approx Turkish Rose. HEX triplet: A3, 88 and 89. RGB value is (163,136,137). Sum of RGB (Red+Green+Blue) = 163+136+137=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A38889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38889 is #5C7776. Grayscale: #909090. Windows color (decimal): -6059895 or 9013411. OLE color: 9013411.

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

Color convert

RGB163136137-
CMYK00.170.160.36
HSL357.78º12.8%58.63%-
HSV(B)357.78º16.56%63.92%-
XYZ28.4227.227.42-
YUV144.19123.95141.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.39%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 137 (53.91% from 255) = 31.42%
R=37.39%
G=31.19%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313613700.170.160.36357.7812.858.63
HexA388890111024166d3b
Octal24321021102120445461573
Binary101000111000100010001001010001100001001001011001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38889; }

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

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

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

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

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

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

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

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