#A28587

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

Shades of Turkish Rose #A28587

Tints of Turkish Rose #A28587

Color information

#A28587 (or 0xA28587) is unknown color: approx Turkish Rose. HEX triplet: A2, 85 and 87. RGB value is (162,133,135). Sum of RGB (Red+Green+Blue) = 162+133+135=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A28587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28587 is #5D7A78. Grayscale: #8D8D8D. Windows color (decimal): -6126201 or 8881570. OLE color: 8881570.

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

Color convert

RGB162133135-
CMYK00.180.170.36
HSL355.86º13.49%57.84%-
HSV(B)355.86º17.9%63.53%-
XYZ27.6626.2126.52-
YUV141.9124.11142.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.67%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 135 (53.12% from 255) = 31.40%
R=37.67%
G=30.93%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213313500.180.170.36355.8613.4957.84
HexA285870121124164d3a
Octal24220520702221445441572
Binary101000101000010110000111010010100011001001011001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28587; }

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

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

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

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

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

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

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

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