#A2898A

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

Shades of Turkish Rose #A2898A

Tints of Turkish Rose #A2898A

Color information

#A2898A (or 0xA2898A) is unknown color: approx Turkish Rose. HEX triplet: A2, 89 and 8A. RGB value is (162,137,138). Sum of RGB (Red+Green+Blue) = 162+137+138=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A2898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2898A is #5D7675. Grayscale: #909090. Windows color (decimal): -6125174 or 9079202. OLE color: 9079202.

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

Color convert

RGB162137138-
CMYK00.150.150.36
HSL357.6º11.85%58.63%-
HSV(B)357.6º15.43%63.53%-
XYZ28.4327.4127.84-
YUV144.59124.28140.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 137 (53.91% from 255) = 31.35%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=37.07%
G=31.35%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213713800.150.150.36357.611.8558.63
HexA2898A0FF24166c3b
Octal24221121201717445461473
Binary1010001010001001100010100111111111001001011001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2898A; }

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

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

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

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

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

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

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

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