#A4898A

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

Shades of Turkish Rose #A4898A

Tints of Turkish Rose #A4898A

Color information

#A4898A (or 0xA4898A) is unknown color: approx Turkish Rose. HEX triplet: A4, 89 and 8A. RGB value is (164,137,138). Sum of RGB (Red+Green+Blue) = 164+137+138=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A4898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4898A is #5B7675. Grayscale: #919191. Windows color (decimal): -5994102 or 9079204. OLE color: 9079204.

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

Color convert

RGB164137138-
CMYK00.160.160.36
HSL357.78º12.92%59.02%-
HSV(B)357.78º16.46%64.31%-
XYZ28.8427.6227.86-
YUV145.19123.95141.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 137 (53.91% from 255) = 31.21%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=37.36%
G=31.21%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413713800.160.160.36357.7812.9259.02
HexA4898A0101024166d3b
Octal24421121202020445461573
Binary101001001000100110001010010000100001001001011001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4898A; }

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

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

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

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

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

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

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

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