#A0888A

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

Shades of Turkish Rose #A0888A

Tints of Turkish Rose #A0888A

Color information

#A0888A (or 0xA0888A) is unknown color: approx Turkish Rose. HEX triplet: A0, 88 and 8A. RGB value is (160,136,138). Sum of RGB (Red+Green+Blue) = 160+136+138=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A0888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0888A is #5F7775. Grayscale: #8F8F8F. Windows color (decimal): -6256502 or 9078944. OLE color: 9078944.

HSL color Cylindrical-coordinate representation of color #A0888A: hue angle of 355º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0888A is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB160136138-
CMYK00.150.140.37
HSL355º11.21%58.04%-
HSV(B)355º15%62.75%-
XYZ27.8926.9227.77-
YUV143.4124.95139.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.87%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 138 (54.30% from 255) = 31.80%
R=36.87%
G=31.34%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013613800.150.140.3735511.2158.04
HexA0888A0FE25163b3a
Octal24021021201716455431372
Binary1010000010001000100010100111111101001011011000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0888A; }

 p { color: rgb(160,136,138); }

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

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

 a { background-color: rgb(160,136,138); }

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

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

 span { border-color: rgb(160,136,138); }

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