#A28387

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

Shades of Turkish Rose #A28387

Tints of Turkish Rose #A28387

Color information

#A28387 (or 0xA28387) is unknown color: approx Turkish Rose. HEX triplet: A2, 83 and 87. RGB value is (162,131,135). Sum of RGB (Red+Green+Blue) = 162+131+135=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 162 - color contains mainly: red. Hex color #A28387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28387 is #5D7C78. Grayscale: #8C8C8C. Windows color (decimal): -6126713 or 8881058. OLE color: 8881058.

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

Color convert

RGB162131135-
CMYK00.190.170.36
HSL352.26º14.29%57.45%-
HSV(B)352.26º19.14%63.53%-
XYZ27.3925.6626.43-
YUV140.72124.77143.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.85%
GREEN value IS 131 (51.56% from 255) = 30.61%
BLUE value IS 135 (53.12% from 255) = 31.54%
R=37.85%
G=30.61%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213113500.190.170.36352.2614.2957.45
HexA283870131124160e39
Octal24220320702321445401671
Binary101000101000001110000111010011100011001001011000001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28387; }

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

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

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

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

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

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

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

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