#A46678

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

Shades of Turkish Rose #A46678

Tints of Turkish Rose #A46678

Color information

#A46678 (or 0xA46678) is unknown color: approx Turkish Rose. HEX triplet: A4, 66 and 78. RGB value is (164,102,120). Sum of RGB (Red+Green+Blue) = 164+102+120=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A46678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46678 is #5B9987. Grayscale: #7A7A7A. Windows color (decimal): -6003080 or 7890596. OLE color: 7890596.

HSL color Cylindrical-coordinate representation of color #A46678: hue angle of 342.58º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46678 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB164102120-
CMYK00.380.270.36
HSL342.58º25.41%52.16%-
HSV(B)342.58º37.8%64.31%-
XYZ23.4518.7520.15-
YUV122.59126.54157.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 102 (40.23% from 255) = 26.42%
BLUE value IS 120 (47.27% from 255) = 31.09%
R=42.49%
G=26.42%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410212000.380.270.36342.5825.4152.16
HexA466780261B241571934
Octal24414617004633445273164
Binary101001001100110111100001001101101110010010101011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46678; }

 p { color: rgb(164,102,120); }

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

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

 a { background-color: rgb(164,102,120); }

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

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

 span { border-color: rgb(164,102,120); }

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