#A6676F

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

Shades of Turkish Rose #A6676F

Tints of Turkish Rose #A6676F

Color information

#A6676F (or 0xA6676F) is unknown color: approx Turkish Rose. HEX triplet: A6, 67 and 6F. RGB value is (166,103,111). Sum of RGB (Red+Green+Blue) = 166+103+111=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A6676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6676F is #599890. Grayscale: #7A7A7A. Windows color (decimal): -5871761 or 7301030. OLE color: 7301030.

HSL color Cylindrical-coordinate representation of color #A6676F: hue angle of 352.38º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6676F is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB166103111-
CMYK00.380.330.35
HSL352.38º26.14%52.75%-
HSV(B)352.38º37.95%65.1%-
XYZ23.4518.9617.46-
YUV122.75121.37158.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.68%
GREEN value IS 103 (40.62% from 255) = 27.11%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=43.68%
G=27.11%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610311100.380.330.35352.3826.1452.75
HexA6676F02621231601a35
Octal24614715704641435403265
Binary1010011011001111101111010011010000110001110110000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6676F; }

 p { color: rgb(166,103,111); }

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

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

 a { background-color: rgb(166,103,111); }

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

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

 span { border-color: rgb(166,103,111); }

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