#A28687

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

Shades of Turkish Rose #A28687

Tints of Turkish Rose #A28687

Color information

#A28687 (or 0xA28687) is unknown color: approx Turkish Rose. HEX triplet: A2, 86 and 87. RGB value is (162,134,135). Sum of RGB (Red+Green+Blue) = 162+134+135=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A28687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28687 is #5D7978. Grayscale: #8E8E8E. Windows color (decimal): -6125945 or 8881826. OLE color: 8881826.

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

Color convert

RGB162134135-
CMYK00.170.170.36
HSL357.86º13.08%58.04%-
HSV(B)357.86º17.28%63.53%-
XYZ27.826.4826.57-
YUV142.49123.78141.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 135 (53.12% from 255) = 31.32%
R=37.59%
G=31.09%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213413500.170.170.36357.8613.0858.04
HexA286870111124166d3a
Octal24220620702121445461572
Binary101000101000011010000111010001100011001001011001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28687; }

 p { color: rgb(162,134,135); }

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

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

 a { background-color: rgb(162,134,135); }

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

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

 span { border-color: rgb(162,134,135); }

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