#A5898A

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

Shades of Turkish Rose #A5898A

Tints of Turkish Rose #A5898A

Color information

#A5898A (or 0xA5898A) is unknown color: approx Turkish Rose. HEX triplet: A5, 89 and 8A. RGB value is (165,137,138). Sum of RGB (Red+Green+Blue) = 165+137+138=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 165 - color contains mainly: red. Hex color #A5898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5898A is #5A7675. Grayscale: #919191. Windows color (decimal): -5928566 or 9079205. OLE color: 9079205.

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

Color convert

RGB165137138-
CMYK00.170.160.35
HSL357.86º13.46%59.22%-
HSV(B)357.86º16.97%64.71%-
XYZ29.0527.7327.87-
YUV145.49123.78141.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 137 (53.91% from 255) = 31.14%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=37.5%
G=31.14%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513713800.170.160.35357.8613.4659.22
HexA5898A0111023166d3b
Octal24521121202120435461573
Binary101001011000100110001010010001100001000111011001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5898A; }

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

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

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

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

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

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

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

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