#A88789

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

Shades of Turkish Rose #A88789

Tints of Turkish Rose #A88789

Color information

#A88789 (or 0xA88789) is unknown color: approx Turkish Rose. HEX triplet: A8, 87 and 89. RGB value is (168,135,137). Sum of RGB (Red+Green+Blue) = 168+135+137=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 168 - color contains mainly: red. Hex color #A88789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88789 is #577876. Grayscale: #919191. Windows color (decimal): -5732471 or 9013160. OLE color: 9013160.

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

Color convert

RGB168135137-
CMYK00.200.180.34
HSL356.36º15.94%59.41%-
HSV(B)356.36º19.64%65.88%-
XYZ29.3327.4627.42-
YUV145.09123.43144.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 135 (53.12% from 255) = 30.68%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=38.18%
G=30.68%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813513700.200.180.34356.3615.9459.41
HexA887890141222164103b
Octal25020721102422425442073
Binary1010100010000111100010010101001001010001010110010010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88789; }

 p { color: rgb(168,135,137); }

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

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

 a { background-color: rgb(168,135,137); }

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

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

 span { border-color: rgb(168,135,137); }

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