#A6888A

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

Shades of Turkish Rose #A6888A

Tints of Turkish Rose #A6888A

Color information

#A6888A (or 0xA6888A) is unknown color: approx Turkish Rose. HEX triplet: A6, 88 and 8A. RGB value is (166,136,138). Sum of RGB (Red+Green+Blue) = 166+136+138=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A6888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6888A is #597775. Grayscale: #919191. Windows color (decimal): -5863286 or 9078950. OLE color: 9078950.

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

Color convert

RGB166136138-
CMYK00.180.170.35
HSL356º14.42%59.22%-
HSV(B)356º18.07%65.1%-
XYZ29.1227.5527.83-
YUV145.2123.94142.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 136 (53.52% from 255) = 30.91%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=37.73%
G=30.91%
B=31.36%

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
Decimal16613613800.180.170.3535614.4259.22
HexA6888A0121123164e3b
Octal24621021202221435441673
Binary101001101000100010001010010010100011000111011001001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6888A; }

 p { color: rgb(166,136,138); }

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

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

 a { background-color: rgb(166,136,138); }

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

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

 span { border-color: rgb(166,136,138); }

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