#A7898A

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

Shades of Turkish Rose #A7898A

Tints of Turkish Rose #A7898A

Color information

#A7898A (or 0xA7898A) is unknown color: approx Turkish Rose. HEX triplet: A7, 89 and 8A. RGB value is (167,137,138). Sum of RGB (Red+Green+Blue) = 167+137+138=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 167 - color contains mainly: red. Hex color #A7898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7898A is #587675. Grayscale: #929292. Windows color (decimal): -5797494 or 9079207. OLE color: 9079207.

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

Color convert

RGB167137138-
CMYK00.180.170.35
HSL358º14.56%59.61%-
HSV(B)358º17.96%65.49%-
XYZ29.4727.9427.88-
YUV146.08123.44142.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.78%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=37.78%
G=31.00%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713713800.180.170.3535814.5659.61
HexA7898A0121123166f3c
Octal24721121202221435461774
Binary101001111000100110001010010010100011000111011001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7898A; }

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

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

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

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

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

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

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

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