#A2898B

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

Shades of Turkish Rose #A2898B

Tints of Turkish Rose #A2898B

Color information

#A2898B (or 0xA2898B) is unknown color: approx Turkish Rose. HEX triplet: A2, 89 and 8B. RGB value is (162,137,139). Sum of RGB (Red+Green+Blue) = 162+137+139=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 162 - color contains mainly: red. Hex color #A2898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2898B is #5D7674. Grayscale: #909090. Windows color (decimal): -6125173 or 9144738. OLE color: 9144738.

HSL color Cylindrical-coordinate representation of color #A2898B: hue angle of 355.2º degrees, saturation: 0.12, 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 #A2898B is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB162137139-
CMYK00.150.140.36
HSL355.2º11.85%58.63%-
HSV(B)355.2º15.43%63.53%-
XYZ28.5127.4428.22-
YUV144.7124.78140.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.99%
GREEN value IS 137 (53.91% from 255) = 31.28%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=36.99%
G=31.28%
B=31.74%

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
Decimal16213713900.150.140.36355.211.8558.63
HexA2898B0FE24163c3b
Octal24221121301716445431473
Binary1010001010001001100010110111111101001001011000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2898B; }

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

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

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

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

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

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

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

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