#A6787E

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

Shades of Turkish Rose #A6787E

Tints of Turkish Rose #A6787E

Color information

#A6787E (or 0xA6787E) is unknown color: approx Turkish Rose. HEX triplet: A6, 78 and 7E. RGB value is (166,120,126). Sum of RGB (Red+Green+Blue) = 166+120+126=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A6787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6787E is #598781. Grayscale: #868686. Windows color (decimal): -5867394 or 8288422. OLE color: 8288422.

HSL color Cylindrical-coordinate representation of color #A6787E: hue angle of 352.17º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6787E is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB166120126-
CMYK00.280.240.35
HSL352.17º20.54%56.08%-
HSV(B)352.17º27.71%65.1%-
XYZ26.2123.0522.81-
YUV134.44123.24150.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 120 (47.27% from 255) = 29.13%
BLUE value IS 126 (49.61% from 255) = 30.58%
R=40.29%
G=29.13%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612012600.280.240.35352.1720.5456.08
HexA6787E01C18231601538
Octal24617017603430435402570
Binary10100110111100011111100111001100010001110110000010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6787E; }

 p { color: rgb(166,120,126); }

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

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

 a { background-color: rgb(166,120,126); }

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

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

 span { border-color: rgb(166,120,126); }

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