#A65F6E

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

Shades of Turkish Rose #A65F6E

Tints of Turkish Rose #A65F6E

Color information

#A65F6E (or 0xA65F6E) is unknown color: approx Turkish Rose. HEX triplet: A6, 5F and 6E. RGB value is (166,95,110). Sum of RGB (Red+Green+Blue) = 166+95+110=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F6E is #59A091. Grayscale: #757575. Windows color (decimal): -5873810 or 7233446. OLE color: 7233446.

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

Color convert

RGB16695110-
CMYK00.430.340.35
HSL347.32º28.51%51.18%-
HSV(B)347.32º42.77%65.1%-
XYZ22.6317.4216.92-
YUV117.94123.52162.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 95 (37.5% from 255) = 25.61%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=44.74%
G=25.61%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669511000.430.340.35347.3228.5151.18
HexA65F6E02B222315b1d33
Octal24613715605342435333563
Binary1010011010111111101110010101110001010001110101101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F6E; }

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

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

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

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

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

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

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

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