#A28A8B

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

Shades of Turkish Rose #A28A8B

Tints of Turkish Rose #A28A8B

Color information

#A28A8B (or 0xA28A8B) is unknown color: approx Turkish Rose. HEX triplet: A2, 8A and 8B. RGB value is (162,138,139). Sum of RGB (Red+Green+Blue) = 162+138+139=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28A8B is #5D7574. Grayscale: #919191. Windows color (decimal): -6124917 or 9144994. OLE color: 9144994.

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

Color convert

RGB162138139-
CMYK00.150.140.36
HSL357.5º11.43%58.82%-
HSV(B)357.5º14.81%63.53%-
XYZ28.6527.7228.27-
YUV145.29124.45139.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.90%
GREEN value IS 138 (54.30% from 255) = 31.44%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=36.90%
G=31.44%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213813900.150.140.36357.511.4358.82
HexA28A8B0FE24166b3b
Octal24221221301716445461373
Binary1010001010001010100010110111111101001001011001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A8B; }

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

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

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

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

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

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

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

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