#A66A75

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

Shades of Turkish Rose #A66A75

Tints of Turkish Rose #A66A75

Color information

#A66A75 (or 0xA66A75) is unknown color: approx Turkish Rose. HEX triplet: A6, 6A and 75. RGB value is (166,106,117). Sum of RGB (Red+Green+Blue) = 166+106+117=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A75 is #59958A. Grayscale: #7D7D7D. Windows color (decimal): -5870987 or 7695014. OLE color: 7695014.

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

Color convert

RGB166106117-
CMYK00.360.300.35
HSL349º25.21%53.33%-
HSV(B)349º36.14%65.1%-
XYZ24.0919.719.36-
YUV125.19123.38157.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 106 (41.80% from 255) = 27.25%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=42.67%
G=27.25%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610611700.360.300.3534925.2153.33
HexA66A750241E2315d1935
Octal24615216504436435353165
Binary101001101101010111010101001001111010001110101110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A75; }

 p { color: rgb(166,106,117); }

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

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

 a { background-color: rgb(166,106,117); }

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

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

 span { border-color: rgb(166,106,117); }

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