#A65D6E

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

Shades of Turkish Rose #A65D6E

Tints of Turkish Rose #A65D6E

Color information

#A65D6E (or 0xA65D6E) is unknown color: approx Turkish Rose. HEX triplet: A6, 5D and 6E. RGB value is (166,93,110). Sum of RGB (Red+Green+Blue) = 166+93+110=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D6E is #59A291. Grayscale: #747474. Windows color (decimal): -5874322 or 7232934. OLE color: 7232934.

HSL color Cylindrical-coordinate representation of color #A65D6E: hue angle of 346.03º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A65D6E is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16693110-
CMYK00.440.340.35
HSL346.03º29.08%50.78%-
HSV(B)346.03º43.98%65.1%-
XYZ22.4517.0616.86-
YUV116.76124.18163.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.99%
GREEN value IS 93 (36.72% from 255) = 25.20%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=44.99%
G=25.20%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669311000.440.340.35346.0329.0850.78
HexA65D6E02C222315a1d33
Octal24613515605442435323563
Binary1010011010111011101110010110010001010001110101101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D6E; }

 p { color: rgb(166,93,110); }

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

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

 a { background-color: rgb(166,93,110); }

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

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

 span { border-color: rgb(166,93,110); }

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