#A65F6D

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

Shades of Turkish Rose #A65F6D

Tints of Turkish Rose #A65F6D

Color information

#A65F6D (or 0xA65F6D) is unknown color: approx Turkish Rose. HEX triplet: A6, 5F and 6D. RGB value is (166,95,109). Sum of RGB (Red+Green+Blue) = 166+95+109=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F6D is #59A092. Grayscale: #757575. Windows color (decimal): -5873811 or 7167910. OLE color: 7167910.

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

Color convert

RGB16695109-
CMYK00.430.340.35
HSL348.17º28.51%51.18%-
HSV(B)348.17º42.77%65.1%-
XYZ22.5817.416.64-
YUV117.82123.02162.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 95 (37.5% from 255) = 25.68%
BLUE value IS 109 (42.97% from 255) = 29.46%
R=44.86%
G=25.68%
B=29.46%

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
Decimal1669510900.430.340.35348.1728.5151.18
HexA65F6D02B222315c1d33
Octal24613715505342435343563
Binary1010011010111111101101010101110001010001110101110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F6D; }

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

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

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

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

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

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

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

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