#A28788

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

Shades of Turkish Rose #A28788

Tints of Turkish Rose #A28788

Color information

#A28788 (or 0xA28788) is unknown color: approx Turkish Rose. HEX triplet: A2, 87 and 88. RGB value is (162,135,136). Sum of RGB (Red+Green+Blue) = 162+135+136=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A28788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28788 is #5D7877. Grayscale: #8F8F8F. Windows color (decimal): -6125688 or 8947618. OLE color: 8947618.

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

Color convert

RGB162135136-
CMYK00.170.160.36
HSL357.78º12.68%58.24%-
HSV(B)357.78º16.67%63.53%-
XYZ28.0126.7926.99-
YUV143.19123.95141.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.41%
GREEN value IS 135 (53.12% from 255) = 31.18%
BLUE value IS 136 (53.52% from 255) = 31.41%
R=37.41%
G=31.18%
B=31.41%

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
Decimal16213513600.170.160.36357.7812.6858.24
HexA287880111024166d3a
Octal24220721002120445461572
Binary101000101000011110001000010001100001001001011001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28788; }

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

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

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

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

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

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

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

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