#A28889

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

Shades of Turkish Rose #A28889

Tints of Turkish Rose #A28889

Color information

#A28889 (or 0xA28889) is unknown color: approx Turkish Rose. HEX triplet: A2, 88 and 89. RGB value is (162,136,137). Sum of RGB (Red+Green+Blue) = 162+136+137=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A28889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28889 is #5D7776. Grayscale: #8F8F8F. Windows color (decimal): -6125431 or 9013410. OLE color: 9013410.

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

Color convert

RGB162136137-
CMYK00.160.150.36
HSL357.69º12.26%58.43%-
HSV(B)357.69º16.05%63.53%-
XYZ28.2227.127.41-
YUV143.89124.11140.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 136 (53.52% from 255) = 31.26%
BLUE value IS 137 (53.91% from 255) = 31.49%
R=37.24%
G=31.26%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213613700.160.150.36357.6912.2658.43
HexA28889010F24166c3a
Octal24221021102017445461472
Binary10100010100010001000100101000011111001001011001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28889; }

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

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

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

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

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

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

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

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