#A66275

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

Shades of Turkish Rose #A66275

Tints of Turkish Rose #A66275

Color information

#A66275 (or 0xA66275) is unknown color: approx Turkish Rose. HEX triplet: A6, 62 and 75. RGB value is (166,98,117). Sum of RGB (Red+Green+Blue) = 166+98+117=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A66275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66275 is #599D8A. Grayscale: #787878. Windows color (decimal): -5873035 or 7692966. OLE color: 7692966.

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

Color convert

RGB16698117-
CMYK00.410.300.35
HSL343.24º27.64%51.76%-
HSV(B)343.24º40.96%65.1%-
XYZ23.318.1319.1-
YUV120.5126.03160.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 98 (38.67% from 255) = 25.72%
BLUE value IS 117 (46.09% from 255) = 30.71%
R=43.57%
G=25.72%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669811700.410.300.35343.2427.6451.76
HexA662750291E231571c34
Octal24614216505136435273464
Binary101001101100010111010101010011111010001110101011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66275; }

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

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

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

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

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

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

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

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