#A28186

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

Shades of Turkish Rose #A28186

Tints of Turkish Rose #A28186

Color information

#A28186 (or 0xA28186) is unknown color: approx Turkish Rose. HEX triplet: A2, 81 and 86. RGB value is (162,129,134). Sum of RGB (Red+Green+Blue) = 162+129+134=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A28186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28186 is #5D7E79. Grayscale: #8B8B8B. Windows color (decimal): -6127226 or 8815010. OLE color: 8815010.

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

Color convert

RGB162129134-
CMYK00.200.170.36
HSL350.91º15.07%57.06%-
HSV(B)350.91º20.37%63.53%-
XYZ27.0525.125.97-
YUV139.44124.93144.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 129 (50.78% from 255) = 30.35%
BLUE value IS 134 (52.73% from 255) = 31.53%
R=38.12%
G=30.35%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212913400.200.170.36350.9115.0757.06
HexA28186014112415ff39
Octal24220120602421445371771
Binary101000101000000110000110010100100011001001010111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28186; }

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

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

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

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

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

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

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

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