#A46F73

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

Shades of Turkish Rose #A46F73

Tints of Turkish Rose #A46F73

Color information

#A46F73 (or 0xA46F73) is unknown color: approx Turkish Rose. HEX triplet: A4, 6F and 73. RGB value is (164,111,115). Sum of RGB (Red+Green+Blue) = 164+111+115=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F73 is #5B908C. Grayscale: #7F7F7F. Windows color (decimal): -6000781 or 7565220. OLE color: 7565220.

HSL color Cylindrical-coordinate representation of color #A46F73: hue angle of 355.47º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A46F73 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB164111115-
CMYK00.320.300.36
HSL355.47º22.55%53.92%-
HSV(B)355.47º32.32%64.31%-
XYZ24.0920.518.91-
YUV127.3121.06154.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.05%
GREEN value IS 111 (43.75% from 255) = 28.46%
BLUE value IS 115 (45.31% from 255) = 29.49%
R=42.05%
G=28.46%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411111500.320.300.36355.4722.5553.92
HexA46F730201E241631736
Octal24415716304036445432766
Binary101001001101111111001101000001111010010010110001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F73; }

 p { color: rgb(164,111,115); }

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

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

 a { background-color: rgb(164,111,115); }

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

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

 span { border-color: rgb(164,111,115); }

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