#A6777B

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

Shades of Turkish Rose #A6777B

Tints of Turkish Rose #A6777B

Color information

#A6777B (or 0xA6777B) is unknown color: approx Turkish Rose. HEX triplet: A6, 77 and 7B. RGB value is (166,119,123). Sum of RGB (Red+Green+Blue) = 166+119+123=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A6777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6777B is #598884. Grayscale: #858585. Windows color (decimal): -5867653 or 8091558. OLE color: 8091558.

HSL color Cylindrical-coordinate representation of color #A6777B: hue angle of 354.89º 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 #A6777B is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB166119123-
CMYK00.280.260.35
HSL354.89º20.89%55.88%-
HSV(B)354.89º28.31%65.1%-
XYZ25.922.7321.76-
YUV133.51122.07151.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 119 (46.88% from 255) = 29.17%
BLUE value IS 123 (48.44% from 255) = 30.15%
R=40.69%
G=29.17%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611912300.280.260.35354.8920.8955.88
HexA6777B01C1A231631538
Octal24616717303432435432570
Binary10100110111011111110110111001101010001110110001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6777B; }

 p { color: rgb(166,119,123); }

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

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

 a { background-color: rgb(166,119,123); }

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

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

 span { border-color: rgb(166,119,123); }

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