#A48889

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

Shades of Turkish Rose #A48889

Tints of Turkish Rose #A48889

Color information

#A48889 (or 0xA48889) is unknown color: approx Turkish Rose. HEX triplet: A4, 88 and 89. RGB value is (164,136,137). Sum of RGB (Red+Green+Blue) = 164+136+137=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A48889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48889 is #5B7776. Grayscale: #909090. Windows color (decimal): -5994359 or 9013412. OLE color: 9013412.

HSL color Cylindrical-coordinate representation of color #A48889: hue angle of 357.86º 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 #A48889 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB164136137-
CMYK00.170.160.36
HSL357.86º13.33%58.82%-
HSV(B)357.86º17.07%64.31%-
XYZ28.6327.3127.43-
YUV144.49123.78141.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 136 (53.52% from 255) = 31.12%
BLUE value IS 137 (53.91% from 255) = 31.35%
R=37.53%
G=31.12%
B=31.35%

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
Decimal16413613700.170.160.36357.8613.3358.82
HexA488890111024166d3b
Octal24421021102120445461573
Binary101001001000100010001001010001100001001001011001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48889; }

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

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

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

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

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

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

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

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