#A65F6F

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

Shades of Turkish Rose #A65F6F

Tints of Turkish Rose #A65F6F

Color information

#A65F6F (or 0xA65F6F) is unknown color: approx Turkish Rose. HEX triplet: A6, 5F and 6F. RGB value is (166,95,111). Sum of RGB (Red+Green+Blue) = 166+95+111=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F6F is #59A090. Grayscale: #767676. Windows color (decimal): -5873809 or 7298982. OLE color: 7298982.

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

Color convert

RGB16695111-
CMYK00.430.330.35
HSL346.48º28.51%51.18%-
HSV(B)346.48º42.77%65.1%-
XYZ22.6917.4417.21-
YUV118.05124.02162.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.62%
GREEN value IS 95 (37.5% from 255) = 25.54%
BLUE value IS 111 (43.75% from 255) = 29.84%
R=44.62%
G=25.54%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669511100.430.330.35346.4828.5151.18
HexA65F6F02B212315a1d33
Octal24613715705341435323563
Binary1010011010111111101111010101110000110001110101101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F6F; }

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

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

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

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

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

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

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

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