#A28086

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

Shades of Turkish Rose #A28086

Tints of Turkish Rose #A28086

Color information

#A28086 (or 0xA28086) is unknown color: approx Turkish Rose. HEX triplet: A2, 80 and 86. RGB value is (162,128,134). Sum of RGB (Red+Green+Blue) = 162+128+134=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A28086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28086 is #5D7F79. Grayscale: #8A8A8A. Windows color (decimal): -6127482 or 8814754. OLE color: 8814754.

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

Color convert

RGB162128134-
CMYK00.210.170.36
HSL349.41º15.45%56.86%-
HSV(B)349.41º20.99%63.53%-
XYZ26.9224.8425.93-
YUV138.85125.26144.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 134 (52.73% from 255) = 31.60%
R=38.21%
G=30.19%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212813400.210.170.36349.4115.4556.86
HexA28086015112415df39
Octal24220020602521445351771
Binary101000101000000010000110010101100011001001010111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28086; }

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

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

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

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

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

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

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

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