#A65D6F

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

Shades of Turkish Rose #A65D6F

Tints of Turkish Rose #A65D6F

Color information

#A65D6F (or 0xA65D6F) is unknown color: approx Turkish Rose. HEX triplet: A6, 5D and 6F. RGB value is (166,93,111). Sum of RGB (Red+Green+Blue) = 166+93+111=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D6F is #59A290. Grayscale: #747474. Windows color (decimal): -5874321 or 7298470. OLE color: 7298470.

HSL color Cylindrical-coordinate representation of color #A65D6F: hue angle of 345.21º 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 #A65D6F is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16693111-
CMYK00.440.330.35
HSL345.21º29.08%50.78%-
HSV(B)345.21º43.98%65.1%-
XYZ22.5117.0817.15-
YUV116.88124.68163.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 93 (36.72% from 255) = 25.14%
BLUE value IS 111 (43.75% from 255) = 30%
R=44.86%
G=25.14%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669311100.440.330.35345.2129.0850.78
HexA65D6F02C21231591d33
Octal24613515705441435313563
Binary1010011010111011101111010110010000110001110101100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D6F; }

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

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

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

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

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

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

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

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