#A66975

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

Shades of Turkish Rose #A66975

Tints of Turkish Rose #A66975

Color information

#A66975 (or 0xA66975) is unknown color: approx Turkish Rose. HEX triplet: A6, 69 and 75. RGB value is (166,105,117). Sum of RGB (Red+Green+Blue) = 166+105+117=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A66975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66975 is #59968A. Grayscale: #7C7C7C. Windows color (decimal): -5871243 or 7694758. OLE color: 7694758.

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

Color convert

RGB166105117-
CMYK00.370.300.35
HSL348.2º25.52%53.14%-
HSV(B)348.2º36.75%65.1%-
XYZ23.9919.4919.33-
YUV124.61123.71157.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.78%
GREEN value IS 105 (41.41% from 255) = 27.06%
BLUE value IS 117 (46.09% from 255) = 30.15%
R=42.78%
G=27.06%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610511700.370.300.35348.225.5253.14
HexA669750251E2315c1a35
Octal24615116504536435343265
Binary101001101101001111010101001011111010001110101110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66975; }

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

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

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

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

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

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

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

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