#A65F74

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

Shades of Turkish Rose #A65F74

Tints of Turkish Rose #A65F74

Color information

#A65F74 (or 0xA65F74) is unknown color: approx Turkish Rose. HEX triplet: A6, 5F and 74. RGB value is (166,95,116). Sum of RGB (Red+Green+Blue) = 166+95+116=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F74 is #59A08B. Grayscale: #767676. Windows color (decimal): -5873804 or 7626662. OLE color: 7626662.

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

Color convert

RGB16695116-
CMYK00.430.300.35
HSL342.25º28.51%51.18%-
HSV(B)342.25º42.77%65.1%-
XYZ22.9717.5518.7-
YUV118.62126.52161.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 95 (37.5% from 255) = 25.20%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=44.03%
G=25.20%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669511600.430.300.35342.2528.5151.18
HexA65F7402B1E231561d33
Octal24613716405336435263563
Binary101001101011111111010001010111111010001110101011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F74; }

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

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

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

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

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

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

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

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