#A7666A

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

Shades of Turkish Rose #A7666A

Tints of Turkish Rose #A7666A

Color information

#A7666A (or 0xA7666A) is unknown color: approx Turkish Rose. HEX triplet: A7, 66 and 6A. RGB value is (167,102,106). Sum of RGB (Red+Green+Blue) = 167+102+106=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A7666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7666A is #589995. Grayscale: #797979. Windows color (decimal): -5806486 or 6973095. OLE color: 6973095.

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

Color convert

RGB167102106-
CMYK00.390.370.35
HSL356.31º26.97%52.75%-
HSV(B)356.31º38.92%65.49%-
XYZ23.2918.7616.03-
YUV121.89119.03160.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=44.53%
G=27.2%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710210600.390.370.35356.3126.9752.75
HexA7666A02725231641b35
Octal24714615204745435443365
Binary1010011111001101101010010011110010110001110110010011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7666A; }

 p { color: rgb(167,102,106); }

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

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

 a { background-color: rgb(167,102,106); }

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

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

 span { border-color: rgb(167,102,106); }

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