#A28B8C

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

Shades of Turkish Rose #A28B8C

Tints of Turkish Rose #A28B8C

Color information

#A28B8C (or 0xA28B8C) is unknown color: approx Turkish Rose. HEX triplet: A2, 8B and 8C. RGB value is (162,139,140). Sum of RGB (Red+Green+Blue) = 162+139+140=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28B8C is #5D7473. Grayscale: #929292. Windows color (decimal): -6124660 or 9210786. OLE color: 9210786.

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

Color convert

RGB162139140-
CMYK00.140.140.36
HSL357.39º11%59.02%-
HSV(B)357.39º14.2%63.53%-
XYZ28.8728.0428.7-
YUV145.99124.62139.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 139 (54.69% from 255) = 31.52%
BLUE value IS 140 (55.08% from 255) = 31.75%
R=36.73%
G=31.52%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213914000.140.140.36357.391159.02
HexA28B8C0EE24165b3b
Octal24221321401616445451373
Binary1010001010001011100011000111011101001001011001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28B8C; }

 p { color: rgb(162,139,140); }

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

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

 a { background-color: rgb(162,139,140); }

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

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

 span { border-color: rgb(162,139,140); }

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